diff --git a/srcpkgs/librewolf-musl/INSTALL b/srcpkgs/librewolf-musl/INSTALL index d4fb755..2b2b838 100644 --- a/srcpkgs/librewolf-musl/INSTALL +++ b/srcpkgs/librewolf-musl/INSTALL @@ -4,14 +4,18 @@ case "$ACTION" in post) if [ "$UPDATE" = "yes" ]; then - voidnsrun -r /glibc xbps-install -Syu librewolf-bin + xchroot /mnt xbps-install -Syu librewolf-bin + + # Ensure that xchroot has unmounted all binds + umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys" + else # Enter via chroot to container and install librewolf-bin # This is necessary, because through voidnsrun it will not install automatically its dependencies, as the host already has them. xchroot /glibc xbps-install -Syf librewolf-bin # Install fonts and GTK theme - voidnsrun -r /glibc xbps-install -fy freetype fontconfig libXft xorg-fonts fonts-roboto-ttf Graphite-gtk-theme-black + xchroot /glibc xbps-install -y freetype fontconfig libXft xorg-fonts fonts-roboto-ttf Graphite-gtk-theme-black # 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 5d2075b..74df73f 100644 --- a/srcpkgs/librewolf-musl/template +++ b/srcpkgs/librewolf-musl/template @@ -1,7 +1,7 @@ # Template file for 'librewolf-musl' pkgname=librewolf-musl _realname=librewolf -version=104.0.2 +version=105.0.3 revision=3 _release=1 archs="x86_64-musl"