diff --git a/srcpkgs/librewolf-bin/template b/srcpkgs/librewolf-bin/template index cbba5e5..39ff9f3 100644 --- a/srcpkgs/librewolf-bin/template +++ b/srcpkgs/librewolf-bin/template @@ -1,9 +1,9 @@ # Template file for 'librewolf-bin' pkgname=librewolf-bin _realname=librewolf -version=109.0.1 +version=111.0 revision=1 -_release=1 +_release=3 archs="x86_64" repository="cereus-extra" short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - binary-based package" @@ -13,7 +13,7 @@ makedepends="xbps-triggers" license="MPL-2.0" homepage="https://gitlab.com/librewolf-community" distfiles="https://gitlab.com/api/v4/projects/12829184/packages/generic/${_realname}/${version}-${_release}/LibreWolf-${version}-${_release}.x86_64.tar.bz2" -checksum=c9cef71685380a3da045725b9a0cb0b8ffb7a7b62c8a7eb588cef2eb362d8de8 +checksum=584187698a48d6ba4a895db78c6e03404095206ee04f1d7d67d0a4b4f7af20f8 nostrip=yes do_extract() { diff --git a/srcpkgs/librewolf-musl/INSTALL b/srcpkgs/librewolf-musl/INSTALL index 2b2b838..e7c0bba 100644 --- a/srcpkgs/librewolf-musl/INSTALL +++ b/srcpkgs/librewolf-musl/INSTALL @@ -4,7 +4,7 @@ case "$ACTION" in post) if [ "$UPDATE" = "yes" ]; then - xchroot /mnt xbps-install -Syu librewolf-bin + xchroot /glibc xbps-install -Syu librewolf-bin # Ensure that xchroot has unmounted all binds umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys" diff --git a/srcpkgs/librewolf-musl/template b/srcpkgs/librewolf-musl/template index d35e1c3..4b2c772 100644 --- a/srcpkgs/librewolf-musl/template +++ b/srcpkgs/librewolf-musl/template @@ -1,9 +1,9 @@ # Template file for 'librewolf-musl' pkgname=librewolf-musl _realname=librewolf -version=109.0.1 +version=111.0 revision=1 -_release=1 +_release=3 archs="x86_64-musl" repository="cereus-extra" short_desc="Community-maintained fork of Firefox, focused on privacy, security and freedom - glibc containerized package"