summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2962e07a8a01..7b46d9c272bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librewolf
_pkgname=LibreWolf
-pkgver=121.0
+pkgver=122.0
pkgrel=1
pkgdesc="Community-maintained fork of Firefox, focused on privacy, security and freedom."
url="https://librewolf.net/"
@@ -28,7 +28,6 @@ makedepends=(
cbindgen
clang
diffutils
- dump_syms
git
imake
inetutils
@@ -61,11 +60,9 @@ optdepends=(
backup=('usr/lib/librewolf/librewolf.cfg'
'usr/lib/librewolf/distribution/policies.json')
options=(
- !debug
!emptydirs
!lto
!makeflags
- !strip
)
_arch_git=https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/firefox/trunk
_arch_git_blob=https://raw.githubusercontent.com/archlinux/svntogit-packages
@@ -77,7 +74,7 @@ source=(
"default192x192.png"
)
-sha256sums=('8e630a8a78a9fb2febb14fcc0d5b3991b8f21aca401362f6105100e495540339'
+sha256sums=('2eb19f6bc010f654c8b1224b84c9c149ceef8af10edfd9465a9aa898af4908a0'
'7d01d317b7db7416783febc18ee1237ade2ec86c1567e2c2dd628a94cbf2f25d'
'959c94c68cab8d5a8cff185ddf4dca92e84c18dccc6dc7c8fe11c78549cdc2f1')
@@ -168,7 +165,6 @@ build() {
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
export MOZ_BUILD_DATE="$(date -u${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH} +%Y%m%d%H%M%S)"
- # export MOZ_ENABLE_FULL_SYMBOLS=1 # disabled - not needed if no debug build required?
export MOZ_NOSPAM=1
# export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach # let us hope this is a working _new_ workaround for the pip env issues?
@@ -246,9 +242,6 @@ END
fi
./mach build
-
- echo "Building symbol archive..."
- ./mach buildsymbols
}
package() {