@frealgagu
gpg: key 1A8DE5008275EC21: 2 duplicate signatures removed
gpg: key 1A8DE5008275EC21: "R. Bernstein rocky@panix.com" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Git Clone URL: | https://aur.archlinux.org/lib32-libcdio.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libcdio |
Description: | GNU Compact Disc Input and Control Library (32-bit) |
Upstream URL: | https://www.gnu.org/software/libcdio/ |
Licenses: | GPL-3.0-or-later |
Submitter: | arojas |
Maintainer: | alex.henrie |
Last Packager: | alex.henrie |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-12 09:25 (UTC) |
Last Updated: | 2025-04-20 21:51 (UTC) |
« First ‹ Previous 1 2
@frealgagu
gpg: key 1A8DE5008275EC21: 2 duplicate signatures removed
gpg: key 1A8DE5008275EC21: "R. Bernstein rocky@panix.com" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
@Norgra What appears when you execute gpg --recv-keys 1A8DE5008275EC21 ?
@frealgagu Just tried updating the key as you said. It had no effect, the package still fails to update.
If you get "FAILED (unknown public key 1A8DE5008275EC21)", add that key to your trusted keys as follow:
gpg --recv-keys 1A8DE5008275EC21
And then try to install/upgrade it again.
Fails to upgrade for me. Says one or more PGP signatures could not be verified.
:: Verifying source file signatures with gpg...
:: libcdio-2.0.0.tar.gz ... FAILED (unknown public key 1A8DE5008275EC21)
:: ERROR: One or more PGP signatures could not be verified!
:: ERROR: Makepkg was unable to build lib32-libcdio.
Works like a charm now, thank you.
@DarkShadow44 .SRCINFO updated, please try to install it again and let me know if you have troubles...
Fails to install for me with
:: lib32-libcdio package(s) failed to install.
:: ensure package version does not mismatch between .SRCINFO and PKGBUILD
:: ensure package name has a VCS suffix if this is a devel package
Pinned Comments
frealgagu commented on 2018-03-14 11:55 (UTC)
If you get "FAILED (unknown public key 1A8DE5008275EC21)", add that key to your trusted keys as follow:
gpg --recv-keys 1A8DE5008275EC21
And then try to install/upgrade it again.