summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d400b01932a9..b65b2e8d7e38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org, with telemetry and signing disabled
- pkgver = 60.0.1
+ pkgver = 60.0.3
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = i686
@@ -44,7 +44,7 @@ pkgbase = firefox-beta
options = !emptydirs
options = !makeflags
options = !strip
- source = https://hg.mozilla.org/mozilla-unified/archive/DEVEDITION_60_0b1_RELEASE.tar.gz
+ source = https://hg.mozilla.org/mozilla-unified/archive/DEVEDITION_60_0b3_RELEASE.tar.gz
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-beta.desktop
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-symbolic.svg
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-data-sharing-infobar.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d5a340c5ddb..561557c39a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,10 @@
pkgname=firefox-beta
name=firefox-beta
-pkgver=60.0.1
+pkgver=60.0.3
pkgrel=1
-meme=DEVEDITION_60_0b1_RELEASE
+meme=FIREFOX_60_0b3_RELEASE
+meme2=DEVEDITION_60_0b3_RELEASE
pkgdesc="Standalone web browser from mozilla.org, with telemetry and signing disabled"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -21,7 +22,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/$meme.tar.gz"
+source=("https://hg.mozilla.org/mozilla-unified/archive/$meme2.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
@@ -59,7 +60,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme2
patch -Np1 -i ../id.patch
@@ -128,7 +129,7 @@ END
}
build() {
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme2
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -144,7 +145,7 @@ build() {
}
package() {
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme2
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +