Try this:
$ gpg --recv-keys --keyserver keys.openpgp.org F4928C4DD24D4DF8
| Git Clone URL: | https://aur.archlinux.org/qpdfview.git (read-only, click to copy) |
|---|---|
| Package Base: | qpdfview |
| Description: | A tabbed PDF viewer using the poppler library |
| Upstream URL: | https://launchpad.net/qpdfview |
| Licenses: | GPL-2.0-or-later |
| Submitter: | arojas |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 57 |
| Popularity: | 0.36 |
| First Submitted: | 2022-04-01 18:34 (UTC) |
| Last Updated: | 2026-02-01 02:46 (UTC) |
« First ‹ Previous 1 2
Try this:
$ gpg --recv-keys --keyserver keys.openpgp.org F4928C4DD24D4DF8
Still qpdfview-0.5.tar.gz ... fail (public key unknown F4928C4DD24D4DF8)
Ok,m installed with downloading a snapshot and then "makepkg --skippgpcheck".
the package is not going to
Important note: Is recommended to receive the following key before to install:
$ gpg --recv-keys F4928C4DD24D4DF8
Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.
A quick note to help other build the package- As of 5th May 2022 you will need Adam Reichold pgp key
gpg --recv-keys 1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8
This worked for me. Pls look out for updates from the pakage maintainer.
Pinned Comments
carlosal1015 commented on 2023-01-31 02:20 (UTC)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg,yay)--skippgpcheck,--nopgpfetch, respectively.