Fabio,
a newbie question:
> there is validpgpkeys but is not checked in source=()
would that suggest changing
----
source=("git+https://gitlab.com/minecraftchest1/steamdeck-file-share-tool#tag=$pkgver")
----
to something like this
----
source=("git+https://gitlab.com/minecraftchest1/steamdeck-file-share-tool#tag=$pkgver?signed")
----
?
also, are the quotation marks above optional? i.e., could it have been
written
----
source=(git+https://gitlab.com/minecraftchest1/steamdeck-file-share-tool#tag=$pkgver?signed)
----
cheers, Greg