summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-02-17 22:04:41 -0400
committerYour Name2018-02-17 22:04:41 -0400
commit2e454347e5e3ee298fcde64d4070e6b589cd8c02 (patch)
tree532d7669d786967195e2aee1405f132837df9f96
parent654a0762a427b75d3a41e9371f5850a126348fd8 (diff)
downloadaur-2e454347e5e3ee298fcde64d4070e6b589cd8c02.tar.gz
4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc4e83c7005..d0cb5be12a3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-eme-free
pkgdesc = Deblobbed and EME free Firefox
- pkgver = 58.0
+ pkgver = 58.0.2
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = i686
@@ -44,7 +44,7 @@ pkgbase = firefox-eme-free
options = !emptydirs
options = !makeflags
options = !strip
- source = hg+https://hg.mozilla.org/mozilla-unified#tag=FIREFOX_58_0_RELEASE
+ source = https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_58_0_2_RELEASE.tar.gz
source = wifi-disentangle.patch
source = wifi-fix-interface.patch
source = 0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
@@ -60,7 +60,7 @@ pkgbase = firefox-eme-free
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-sponsored-tiles.patch
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-telemetry.patch
source = https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-prefs.patch
- sha256sums = SKIP
+ sha256sums = c6d58f5e9e4c46e4eed7a9ce435f42e41e2f91a0d85216d26c4da347b45bae09
sha256sums = f068b84ad31556095145d8fefc012dd3d1458948533ed3fff6cbc7250b6e73ed
sha256sums = e98a3453d803cc7ddcb81a7dc83f883230dd8591bdf936fc5a868428979ed1f1
sha256sums = aba767995ffb1a55345e30aaba667f43d469e23bd9b1b68263cf71b8118acc96
diff --git a/PKGBUILD b/PKGBUILD
index 795891b7fda6..256762ec69a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=firefox-eme-free
name=firefox
-pkgver=58.0
+pkgver=58.0.2
pkgrel=1
pkgdesc="Deblobbed and EME free Firefox"
arch=(i686 x86_64)
@@ -21,7 +21,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'speech-dispatcher: Text-to-Speech')
options=(!emptydirs !makeflags !strip)
_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
+source=("https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_58_0_2_RELEASE.tar.gz"
wifi-disentangle.patch wifi-fix-interface.patch
0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
no-plt.diff plugin-crash.diff glibc-2.26-fix.diff
@@ -32,7 +32,7 @@ https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disabl
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-sponsored-tiles.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-disable-telemetry.patch
https://raw.githubusercontent.com/bn0785ac/firefox-beta/master/firefox-52-prefs.patch)
-sha256sums=('SKIP'
+sha256sums=('c6d58f5e9e4c46e4eed7a9ce435f42e41e2f91a0d85216d26c4da347b45bae09'
'f068b84ad31556095145d8fefc012dd3d1458948533ed3fff6cbc7250b6e73ed'
'e98a3453d803cc7ddcb81a7dc83f883230dd8591bdf936fc5a868428979ed1f1'
'aba767995ffb1a55345e30aaba667f43d469e23bd9b1b68263cf71b8118acc96'
@@ -49,6 +49,7 @@ sha256sums=('SKIP'
'24019d3d7e6b169087d4515db9d3a179239d1e4fe726f0906f6f26877c726040'
'80d6181d11c200aca2781f69ffeafb59ea23952304d161c2812a2f5a98b273b0')
+
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
@@ -65,7 +66,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified
+ cd mozilla-unified-FIREFOX_58_0_2_RELEASE
patch -Np1 -i ../firefox-install-dir.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
@@ -145,7 +146,7 @@ END
}
build() {
- cd mozilla-unified
+ cd mozilla-unified-FIREFOX_58_0_2_RELEASE
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -161,7 +162,7 @@ build() {
}
package() {
- cd mozilla-unified
+ cd mozilla-unified-FIREFOX_58_0_2_RELEASE
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +