summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-03-06 16:07:38 -0400
committerYour Name2018-03-06 16:07:38 -0400
commit449b1d2f33ff5443b93e43fda65936992cc30882 (patch)
tree45ef1997c5edb7dee6ea7a6bba804d9736f53480
parent2e454347e5e3ee298fcde64d4070e6b589cd8c02 (diff)
downloadaur-449b1d2f33ff5443b93e43fda65936992cc30882.tar.gz
591
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0cb5be12a3f..f80672ed2254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-eme-free
pkgdesc = Deblobbed and EME free Firefox
- pkgver = 58.0.2
+ pkgver = 58.0.5
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 = https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_58_0_2_RELEASE.tar.gz
+ source = https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_BETA_59_END.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 = c6d58f5e9e4c46e4eed7a9ce435f42e41e2f91a0d85216d26c4da347b45bae09
+ sha256sums = 331d4a9789fd1df525a203f500d1f65518bc23fa59e5c1127735edb21c795d82
sha256sums = f068b84ad31556095145d8fefc012dd3d1458948533ed3fff6cbc7250b6e73ed
sha256sums = e98a3453d803cc7ddcb81a7dc83f883230dd8591bdf936fc5a868428979ed1f1
sha256sums = aba767995ffb1a55345e30aaba667f43d469e23bd9b1b68263cf71b8118acc96
diff --git a/PKGBUILD b/PKGBUILD
index 256762ec69a5..312dbb1a16b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
pkgname=firefox-eme-free
name=firefox
-pkgver=58.0.2
+pkgver=58.0.5
pkgrel=1
pkgdesc="Deblobbed and EME free Firefox"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
+meme=FIREFOX_BETA_59_END
url="https://www.mozilla.org/firefox/"
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib ffmpeg
nss hunspell sqlite ttf-font libpulse)
@@ -21,7 +22,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=("https://hg.mozilla.org/mozilla-unified/archive/FIREFOX_58_0_2_RELEASE.tar.gz"
+source=("https://hg.mozilla.org/mozilla-unified/archive/$meme.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 +33,9 @@ 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=('c6d58f5e9e4c46e4eed7a9ce435f42e41e2f91a0d85216d26c4da347b45bae09'
+
+
+sha256sums=('331d4a9789fd1df525a203f500d1f65518bc23fa59e5c1127735edb21c795d82'
'f068b84ad31556095145d8fefc012dd3d1458948533ed3fff6cbc7250b6e73ed'
'e98a3453d803cc7ddcb81a7dc83f883230dd8591bdf936fc5a868428979ed1f1'
'aba767995ffb1a55345e30aaba667f43d469e23bd9b1b68263cf71b8118acc96'
@@ -66,8 +69,7 @@ prepare() {
mkdir path
ln -s /usr/bin/python2 path/python
- cd mozilla-unified-FIREFOX_58_0_2_RELEASE
- patch -Np1 -i ../firefox-install-dir.patch
+ cd mozilla-unified-$meme
# https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
patch -Np1 -i ../wifi-disentangle.patch
@@ -146,7 +148,7 @@ END
}
build() {
- cd mozilla-unified-FIREFOX_58_0_2_RELEASE
+ cd mozilla-unified-$meme
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
@@ -162,7 +164,7 @@ build() {
}
package() {
- cd mozilla-unified-FIREFOX_58_0_2_RELEASE
+ cd mozilla-unified-$meme
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +