@tarball Could the PKGBUILD line #98 be changed from
find . -executable -execdir chmod --verbose a+x '{}' +
to
find . -perm -u=x -execdir chmod --verbose a+x '{}' +
The current approach with -executable will not work in some case (e.g., the BUILDDIR is located on an FS mounted with noexec).
Pinned Comments
tarball commented on 2024-06-26 08:35 (UTC)
Make sure to fetch the developers' signing key before building the package.
The official instructions are here. The link is also mentioned in the
PKGBUILD.If the site is blocked in your region, you'll have to work around it or trust me that this is what it says:
which (as of 2024-06-26) should also show this fingerprint:
If your gpg says otherwise, you may have been fed garbage.