@dbermond I fixed that with:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 7FE6B095B582B0D4
Git Clone URL: | https://aur.archlinux.org/lib32-schroedinger.git (read-only, click to copy) |
---|---|
Package Base: | lib32-schroedinger |
Description: | An implemenation of the Dirac video codec in ANSI C code (32 bit) |
Upstream URL: | https://launchpad.net/schroedinger/ |
Licenses: | GPL2, MPL, MIT, LGPL2.1 |
Submitter: | rafaelff |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2012-01-26 02:15 (UTC) |
Last Updated: | 2018-12-03 17:07 (UTC) |
@dbermond I fixed that with:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 7FE6B095B582B0D4
@csts
$ gpg --keyserver pool.sks-keyservers.net --search-keys 9456AFC0814A8139E99483517FE6B095B582B0D4
gpg: data source: http://4.35.226.103:11371
(1) Timothy Gu <timothygu@ucla.edu>
Timothy Gu <timothygu@g.ucla.edu>
Timothy Gu <timothygu99@gmail.com>
Timothy Gu <timothy_gu@hotmail.com>
Timothy Gu <timothy_gu@outlook.com>
Tiancheng Gu <timothygu99@gmail.com>
Tiancheng Gu <timothy_gu@hotmail.com>
Tiancheng Gu (Tesla, Inc.) <tigu@tesla.com>
Timothy Gu (Google LLC) <timothygu@google.com>
Timothy Gu (Chromium Project) <timothygu@chromium.org>
Timothy Gu (Chronicle LLC) <timothygu@chronicle.security>
Timothy Gu (UCLA Engineering) <timothygu@engineering.ucla.edu>
4096 bit RSA key 7FE6B095B582B0D4, created: 2012-09-28
Keys 1-1 of 1 for "9456AFC0814A8139E99483517FE6B095B582B0D4". Enter number(s), N)ext, or Q)uit > 1
gpg: key 7FE6B095B582B0D4: "Timothy Gu <timothygu99@gmail.com>" 2 new signatures
gpg: Total number processed: 1
gpg: new signatures: 2
~ ❯❯❯ gpg --recv-keys 7FE6B095B582B0D4
gpg: keyserver receive failed: No name
~ ❯❯❯ gpg --search-keys 7FE6B095B582B0D4
gpg: error searching keyserver: No name
gpg: keyserver search failed: No name
@mokkurkalve You need to import the upstream public PGP key so that makepkg can verify the source signature with gpg.
A detailed explanation can be found on the Wiki article about GnuPG: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver
If you are in a hurry, simply use this command: $ gpg --recv-keys 7FE6B095B582B0D4
.
Install fails thus:
==> Proceed with install? [Y/n] :: Parsing SRCINFO (1/1): lib32-schroedinger
==> PGP keys need importing: -> 9456AFC0814A8139E99483517FE6B095B582B0D4, required by: lib32-schroedinger ==> Import? [Y/n] :: Importing keys with gpg...... gpg: keyserver receive failed: No data ==> Error: Problem importing keys
Pinned Comments
dbermond commented on 2018-12-04 13:31 (UTC)
@mokkurkalve You need to import the upstream public PGP key so that makepkg can verify the source signature with gpg.
A detailed explanation can be found on the Wiki article about GnuPG: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver
If you are in a hurry, simply use this command:
$ gpg --recv-keys 7FE6B095B582B0D4
.