summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-04-30 21:51:30 -0400
committerYour Name2018-04-30 21:51:30 -0400
commit761f0874a7c262e78022b516ef92841c244c5042 (patch)
tree2234db76b79b48cde2ea65550a2a9d645422e290
parent5febecc8bb677d54aeeff855d8418bbc3a9c8e4b (diff)
downloadaur-761f0874a7c262e78022b516ef92841c244c5042.tar.gz
61a
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f1a9f8ddf2..9adc902a76a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -53,7 +53,7 @@ pkgbase = firefox-beta
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/id.patch
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix.patch
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix2.patch
- sha256sums = 8a9965b323f1944f9fd2ecdbc0a5ce09390bfc843efe8fdcb3f7dd024b8dbd05
+ sha256sums = 95469746a564abbcba97ebb594960c91210f9fd5e67df2d0e2f6128f82070fed
sha256sums = d6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd
sha256sums = a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9
sha256sums = bdad68eafe110b9f94a0e025635e32a6ab53e2f9adcd594c8dd2e3225f6453ab
diff --git a/PKGBUILD b/PKGBUILD
index 18dacf28dea1..cb719a4d8dbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgver=60.15
pkgrel=1
meme=FIREFOX_60_0b15_RELEASE
meme2=DEVEDITION_61_0b1_RELEASE
+meme3=FIREFOX_BETA_61_BASE
pkgdesc="Standalone web browser from mozilla.org, with telemetry and signing disabled"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -33,7 +34,7 @@ https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/fix2.patch
)
-sha256sums=('8a9965b323f1944f9fd2ecdbc0a5ce09390bfc843efe8fdcb3f7dd024b8dbd05'
+sha256sums=('95469746a564abbcba97ebb594960c91210f9fd5e67df2d0e2f6128f82070fed'
'd6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd'
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
'bdad68eafe110b9f94a0e025635e32a6ab53e2f9adcd594c8dd2e3225f6453ab'
@@ -60,7 +61,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme3
patch -Np1 -i ../id.patch
@@ -129,7 +130,7 @@ END
}
build() {
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme3
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -145,7 +146,7 @@ build() {
}
package() {
- cd mozilla-unified-$meme
+ cd mozilla-unified-$meme3
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +