@inetbowser: thanks for chiming in with me being so slow to update things this time around!
I'll try to get things done a bit quicker next time :)
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-community.gitlab.io/ |
Keywords: | browser web |
Licenses: | GPL, MPL, LGPL |
Conflicts: | librewolf |
Provides: | librewolf |
Submitter: | lsf |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 449 |
Popularity: | 37.04 |
First Submitted: | 2019-06-16 13:12 (UTC) |
Last Updated: | 2025-03-06 09:04 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 20 Next › Last »
@inetbowser: thanks for chiming in with me being so slow to update things this time around!
I'll try to get things done a bit quicker next time :)
For anyone wondering how to manually update LibreWolf:
First clone the librewolf-bin
AUR repo with
git clone https://aur.archlinux.org/librewolf-bin.git
Then create a file called pkgbuild_update.patch
inside the git repo with contents:
6,7c6,7
< pkgver=94.0.2
< pkgrel=2
---
> pkgver=95.0
> pkgrel=1
33c33
< sha256sums_x86_64=('1c157969f8296b5f762c2e97a8234e770a535f1e2386fd7364f38e0369adc321'
---
> sha256sums_x86_64=('a31609ebfb3a3df7e5929e1d6ab448359f812d6f6a29c1cf6a7aee413c6eb8f1'
35c35
< sha256sums_aarch64=('0e8f4038848eac9091ae287f668c5e99a72f6d9f4dc2be4ca846e36690b51e22'
---
> sha256sums_aarch64=('3f0d7e9943f6562fa61e7326e6eb6c4e4313269477eb3350b1a241818dce4455'
Finally, navigate into the repo with a terminal, apply the patch and then run makepkg
to build and install the LibreWolf 95.0:
patch PKGBUILD pkgbuild_update.patch
makepkg -si
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 :)
@MithicSpirit the same problem with makepkg
makepkg -si
==> Making package: librewolf-bin 94.0-1 (Wed 10 Nov 2021 08:03:23 AM AST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading librewolf-94.0-1-x86_64.pkg.tar.zst...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 75.3M 100 75.3M 0 0 6407k 0 0:00:12 0:00:12 --:--:-- 7999k
-> Downloading librewolf-94.0-1-x86_64.pkg.tar.zst.sig...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 119 100 119 0 0 420 0 --:--:-- --:--:-- --:--:-- 421
==> Validating source_x86_64 files with sha256sums...
librewolf-94.0-1-x86_64.pkg.tar.zst ... Passed
librewolf-94.0-1-x86_64.pkg.tar.zst.sig ... Skipped
==> Verifying source file signatures with gpg...
librewolf-94.0-1-x86_64.pkg.tar.zst ... FAILED (unknown public key 2954CC8585E27A3F)
==> ERROR: One or more PGP signatures could not be verified!
@DarckCronos do you still get the issue with makepkg
instead of aura
?
I got this error
aura >>= Building librewolf-bin...
aura >>= Building failed. Would you like to see the error? [Y/n] Y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 75.3M 100 75.3M 0 0 9697k 0 0:00:07 0:00:07 --:--:-- 10.6M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 119 100 119 0 0 286 0 --:--:-- --:--:-- --:--:-- 286
librewolf-94.0-1-x86_64.pkg.tar.zst ... Passed
librewolf-94.0-1-x86_64.pkg.tar.zst.sig ... Skipped
librewolf-94.0-1-x86_64.pkg.tar.zst ... FAILED (unknown public key 2954CC8585E27A3F)
==> ERROR: One or more PGP signatures could not be verified!
Thanks for maintaining a binary package! 'checkrebuild' keeps telling me that 'librewolf-bin' needs rebuilding. My system is up to date and librewolf (94.0-1) runs without issues, nevertheless. Any thoughts? Thanks again
EDIT: Nevermind, 'checkrebuild' utilizes 'ldd' which seems to parse only '/usr/lib/*.so'
Ack, you're absolutely right; thanks
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 :)