summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc4ca94a142d..b5b44a46d985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firefox-beta-hardened
name=firefox-beta
-pkgver=57.0.14
+pkgver=59.0b12
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled"
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'pulseaudio: Audio support'
'speech-dispatcher: Text-to-Speech')
options=(!emptydirs !makeflags !strip)
-source=("https://archive.mozilla.org/pub/firefox/releases/57.0b14/source/firefox-57.0b14.source.tar.xz"
+source=("https://hg.mozilla.org/releases/mozilla-beta/archive/abc5f0d35082241616975246fd770c77359a0d5e.tar.gz"
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/$name.desktop
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-symbolic.svg
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-install-dir.patch
@@ -46,7 +46,7 @@ https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disabl
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-telemetry.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-install-dir.patch
)
-sha256sums=('1a94235f4e9783ea0528361d6fc601f8cb3a448eb69bcd0f521aed192e90dd10'
+sha256sums=('f384a5d4432665acc911e073af41ec5c6d95a15c36a3053dae0f367bb0d32e79'
'd6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd'
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
@@ -86,10 +86,7 @@ sha256sums=('1a94235f4e9783ea0528361d6fc601f8cb3a448eb69bcd0f521aed192e90dd10'
prepare() {
- mkdir path
- ln -s /usr/bin/python2 path/python
-
- cd firefox-57.0b14
+ cd $srcdir/mozilla-beta-abc5f0d35082241616975246fd770c77359a0d5e
patch -Np1 -i ../firefox-install-dir.patch
@@ -141,7 +138,7 @@ END
}
build() {
- cd firefox-57.0b14
+ cd $srcdir/mozilla-beta-abc5f0d35082241616975246fd770c77359a0d5e
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -157,7 +154,7 @@ build() {
}
package() {
- cd firefox-57.0b14
+ cd firefox-$pkgver
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +