summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d42c742df6..8bb5d9c49345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,7 +44,7 @@ pkgbase = firefox-beta
options = !emptydirs
options = !makeflags
options = !strip
- source = https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_60_0b15_RELEASE.tar.gz
+ source = https://hg.mozilla.org/mozilla-unified/archive/DEVEDITION_61_0b1_RELEASE.tar.gz
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/FIREFOX_60_0b15_RELEASE.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 6c9aa75c3c77..433c5b4f144c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,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/$meme.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
@@ -61,7 +61,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme2
patch -Np1 -i ../id.patch
@@ -130,7 +130,7 @@ END
}
build() {
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme2
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -146,7 +146,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" {} +