summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48f3c00b7a5c..0266239fba1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
pkgname=firefox-beta
name=firefox-beta
-pkgver=59.0.4
-pkgrel=2
+pkgver=59.0.5
+pkgrel=1
+meme=b5
pkgdesc="Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -20,7 +21,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'pulseaudio: Audio support'
'speech-dispatcher: Text-to-Speech')
options=(!emptydirs !makeflags !strip)
-source=("https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_59_0b4_RELEASE.tar.gz"
+source=("https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_59_0b5_RELEASE.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-52-disable-data-sharing-infobar.patch
@@ -31,7 +32,7 @@ https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix2.patch
)
-sha256sums=('b69fb207d792d9002d147402def7837e6036e35496bb91b9d5e3f72f0a191aca'
+sha256sums=('ef0b35b5f9ba9c54848ef49f056d8f8c7ed2fb75add12669b923440039dfb5bb'
'd6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd'
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
'bdad68eafe110b9f94a0e025635e32a6ab53e2f9adcd594c8dd2e3225f6453ab'
@@ -58,7 +59,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-FIREFOX_59_0b4_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b5_RELEASE
patch -Np1 -i ../id.patch
@@ -127,7 +128,7 @@ END
}
build() {
- cd mozilla-unified-FIREFOX_59_0b4_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b5_RELEASE
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -143,7 +144,7 @@ build() {
}
package() {
- cd mozilla-unified-FIREFOX_59_0b4_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b5_RELEASE
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +