summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2017-12-25 16:44:54 -0400
committerYour Name2017-12-25 16:44:54 -0400
commitf114d73d49121630cf85e1e968d0978085270442 (patch)
treef6f037e164c3aa9db61a7498ca986a9929fbd556
parent24a23e8a269d849e7deef0dbd18e264733c0f2d8 (diff)
downloadaur-f114d73d49121630cf85e1e968d0978085270442.tar.gz
rename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2e612bf7c6..039a3fe31fc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-eme-free
pkgdesc = Deblobbed and EME free Firefox
pkgver = 57.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 30f9e672ed34..642eb2587a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-eme-free
name=firefox
pkgver=57.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Deblobbed and EME free Firefox"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -127,6 +127,14 @@ ac_add_options --enable-jack
ac_add_options --enable-startup-notification
ac_add_options --enable-crashreporter
ac_add_options --disable-updater
+
+# faster build
+ac_add_options --disable-tests
+
+# please put 1.25 times your number of threads
+
+mk_add_options MOZ_MAKE_FLAGS="-j10"
+
END
}