diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-19 00:34:57 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-19 00:34:57 -0700 |
commit | 21b7914f4fdb0ebd424f249843a3793943194193 (patch) | |
tree | 0393aabf542ad4ce817481f087b1af7192b98318 | |
parent | Rebuild with -fPIC (diff) | |
download | firefox-21b7914f4fdb0ebd424f249843a3793943194193.tar.xz |
Updated to 69.0.1
Added conflict against firefox-esr
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -15,8 +15,8 @@ # Arch version lacks privacy and security by default pkgname=firefox -pkgver=69.0 -pkgrel=1.2 +pkgver=69.0.1 +pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(x86_64) license=(MPL GPL LGPL) @@ -35,6 +35,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_CA: Spell checking, Canadian English') options=(!emptydirs !makeflags) +conflicts=(firefox-esr) source=("https://archive.mozilla.org/pub/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.xz"{,.asc} $pkgname.desktop $pkgname-symbolic.svg distribution.ini @@ -44,7 +45,7 @@ source=("https://archive.mozilla.org/pub/$pkgname/releases/$pkgver/source/$pkgna pgo-1.patch moz.configure.diff package-manifest.diff) -sha256sums=('413c3febdfeb69eade818824eecbdb11eaeda71de229573810afd641ba741ec5' +sha256sums=('f5f2f592b8296812d43244d6a50c0c57ad11a5324db8e4e79749545482b79033' 'SKIP' '54dcf5e1b91db3f586a7e27814552f96578b9d9495b7b10b268e36f64b49d4d1' '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797' @@ -101,7 +102,7 @@ build() { export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -fPIC" # LTO needs more open files ulimit -n 4096 - msg2 "Building optimized browser..." + msg2 "Building browser..." xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build msg2 "Building symbol archive..." |