summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2018-02-02 17:37:11 -0400
committerYour Name2018-02-02 17:37:11 -0400
commitbb3dc4baf8c00923d57f4f300ca82a31f3a74b02 (patch)
treef9508c402a017a0c64623ddcca3d59af12dc4154 /PKGBUILD
parent8cd2835a2bd2220e8e485553c4f257e6327b7495 (diff)
downloadaur-bb3dc4baf8c00923d57f4f300ca82a31f3a74b02.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0266239fba1a..907da8a0ee8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,8 @@
pkgname=firefox-beta
name=firefox-beta
-pkgver=59.0.5
+pkgver=59.0.6
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)
@@ -21,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://hg.mozilla.org/mozilla-unified/archive/FIREFOX_59_0b5_RELEASE.tar.gz"
+source=("https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_59_0b6_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
@@ -32,7 +31,7 @@ https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix2.patch
)
-sha256sums=('ef0b35b5f9ba9c54848ef49f056d8f8c7ed2fb75add12669b923440039dfb5bb'
+sha256sums=('13512cceb7c76fd721af28c9eb735ab7fdc4d27274e4546f5dd73fd15f47746b'
'd6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd'
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
'bdad68eafe110b9f94a0e025635e32a6ab53e2f9adcd594c8dd2e3225f6453ab'
@@ -59,7 +58,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-FIREFOX_59_0b5_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b6_RELEASE
patch -Np1 -i ../id.patch
@@ -128,7 +127,7 @@ END
}
build() {
- cd mozilla-unified-FIREFOX_59_0b5_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b6_RELEASE
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -144,7 +143,7 @@ build() {
}
package() {
- cd mozilla-unified-FIREFOX_59_0b5_RELEASE
+ cd mozilla-unified-FIREFOX_59_0b6_RELEASE
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +