As a follow up to @liquidfire's comment, let me detail how I imported the public keys of the eid-mw package.
Referring to the https://files.eid.belgium.be/info.html page, I opened https://files.eid.belgium.be/ and downloaded the following file:
- https://files.eid.belgium.be/6773d225.asc (official releases)
- https://files.eid.belgium.be/10a04d46.asc (continuous builds)
Then I issued the following command to import the public keys:
gpg --import 6773d225.asc
gpg --import 10a04d46.asc
Now you can build and install the package.
Pinned Comments
lquidfire commented on 2024-06-04 20:16 (UTC)
@cherkaba: See the link in the PKGBUILD.
The 'release' packages are signed by the key you mention (and found here: https://eid.belgium.be/en/linux-eid-software-installation).
However, sources are not signed with that key, but with the one mentioned here: https://files.eid.belgium.be/info.html (as explained in the PKGBUILD).
I hope this helps!