summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2017-12-25 16:40:15 -0400
committerYour Name2017-12-25 16:40:15 -0400
commit186faafb63138050bad22b26201f770b528e5cc6 (patch)
treed6837f5e958192a3a96385c0800a5777144e2e87
parente4c09eaccc0c6db1b502e8f5e370254a1b2f071a (diff)
downloadaur-186faafb63138050bad22b26201f770b528e5cc6.tar.gz
extra help
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243b8f2fd613..4193e107574c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled
pkgver = 58.0.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.mozilla.org/firefox/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 56faeb5c3dd5..93f46f73cf44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-beta
name=firefox-beta
pkgver=58.0.12
-pkgrel=1
+pkgrel=2
ver=58.0b12
pkgdesc="Standalone web browser from mozilla.org, with telemetry, webrtc and signing disabled"
arch=(i686 x86_64)
@@ -139,6 +139,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
}