Thanks for notifying me of that – this is what happens if you try to update things at 3AM instead of doing something more reasonable like sleeping ;)
Should be better now!
Git Clone URL: | https://aur.archlinux.org/librewolf-bin.git (read-only, click to copy) |
---|---|
Package Base: | librewolf-bin |
Description: | Community-maintained fork of Firefox, focused on privacy, security and freedom. |
Upstream URL: | https://librewolf.net/ |
Keywords: | browser web |
Licenses: | MPL-2.0 |
Conflicts: | librewolf |
Provides: | librewolf |
Submitter: | lsf |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 491 |
Popularity: | 26.70 |
First Submitted: | 2019-06-16 13:12 (UTC) |
Last Updated: | 2025-05-30 11:40 (UTC) |
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 22 Next › Last »
Thanks for notifying me of that – this is what happens if you try to update things at 3AM instead of doing something more reasonable like sleeping ;)
Should be better now!
The PKGBUILD looks a bit weird since a ton of the variables are set twice? Erroneous copy-paste?
The installation failed the same way it did for @bmccorm23
The following command from the comments helped though:
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 2954CC8585E27A3F
I'm getting the same error as bmccorm23.
I tried with the full key - same result :/
You could try 031F7104E932F7BD7416E7F6D2845E1305D6E801
instead – 2954CC8585E27A3F
(in short notation) is the subkey used for the signature, while the other is the main key ID.
(the key is on a hardware token and split in an always-offline main key and three subkeys, which might explain the discrepancies in key IDs shown)
Sorry for being dense. I'm getting the error below and can't seem to add that key. Looked in the comments and found this command but didn't work for me: gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 2954CC8585E27A3F
==> Verifying source file signatures with gpg... librewolf-91.0.2-1-x86_64.pkg.tar.zst ... FAILED (unknown public key 2954CC8585E27A3F) ==> ERROR: One or more PGP signatures could not be verified!
Description could use some relevant keywords so LibreWolf appears when searching for "browser" or "web browser" in the AUR
Pinned Comments
lsf commented on 2021-11-10 12:14 (UTC) (edited on 2023-04-17 07:18 (UTC) by lsf)
https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed
gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
/edit: starting with 112.0-1, the binaries are signed with the maintainers shared key, so
gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16
should do the trick instead. I've also signed the key with the previously used key, so you have at least some guarantee that it's not a malicious attack :)