summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-03-15 15:48:46 -0400
committerYour Name2018-03-15 15:48:46 -0400
commit8d740cedbadece58398dc7878d6f859905b8278d (patch)
treef28359a7ca940d9701364cfd847e8a3031e24d96
parent3937b97c3aaf637aa7b53d526e88885f15d2982f (diff)
downloadaur-8d740cedbadece58398dc7878d6f859905b8278d.tar.gz
63
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65b2e8d7e38..40e74160d093 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.3
+ pkgver = 60.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_0b3_RELEASE.tar.gz
+ source = https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_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 561557c39a6c..17f68f534dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firefox-beta
name=firefox-beta
-pkgver=60.0.3
+pkgver=60.3
pkgrel=1
meme=FIREFOX_60_0b3_RELEASE
meme2=DEVEDITION_60_0b3_RELEASE
@@ -22,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/$meme2.tar.gz"
+source=("https://hg.mozilla.org/mozilla-unified/archive/$meme.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
@@ -60,7 +60,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-$meme2
+ cd mozilla-unified-$meme
patch -Np1 -i ../id.patch
@@ -129,7 +129,7 @@ END
}
build() {
- cd mozilla-unified-$meme2
+ cd mozilla-unified-$meme
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -145,7 +145,7 @@ build() {
}
package() {
- cd mozilla-unified-$meme2
+ cd mozilla-unified-$meme
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +