Skip to content

Commit

Permalink
Update librewolf-app.pacscript
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Dec 20, 2023
1 parent faf9641 commit 6a03866
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/librewolf-app/librewolf-app.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ pkgname="librewolf"
pkgver="120.0.1-1"
pkgdesc="A fork of Firefox, focused on privacy, security and freedom."
arch=("amd64" "arm64")
case "${CARCH}" in
amd64)
if [[ ${CARCH} == "amd64" ]]; then
gnuarch="x86_64"
hash="21e73e405835bd6cfdaecc9930423f68e544eccb52deb7c992e90f5085ca487e"
;;
arm64)
else
gnuarch="aarch64"
hash="af10277447c2c469d3b6c6a4ea99460de90346edfd8515066a317a954659e0f4"
;;
*) return 1 ;;
esac
fi

url="https://gitlab.com/api/v4/projects/24386000/packages/generic/${pkgname}/${pkgver}/LibreWolf.${gnuarch}.AppImage"
breaks=("${pkgname}-deb" "${pkgname}-bin" "${pkgname}-git")
Expand Down

0 comments on commit 6a03866

Please sign in to comment.