summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2019-11-10 17:29:46 -0600
committerMatt Parnell2019-11-10 17:29:46 -0600
commit7063e6012af61dc51cac7f073d0042367daefb59 (patch)
tree14681cf2e16ed51a468d46708be3f3e724a9951a
parentb5ee453e29451fb21d76aa1fba85066abdbeb3d4 (diff)
downloadaur-7063e6012af61dc51cac7f073d0042367daefb59.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
-rw-r--r--mozconfig2
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56017da1acf..5c2ade679702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waterfox-current-git
pkgdesc = More private and optimized Firefox fork. Alpha (gecko68) branch. CREATES SEPARATE PROFILE
- pkgver = 68.0+150863514609
- pkgrel = 2
+ pkgver = 68.0+6960b8ac6881
+ pkgrel = 1
url = https://www.waterfoxproject.org/
install = waterfox-current.install
arch = i686
@@ -17,7 +17,7 @@ pkgbase = waterfox-current-git
makedepends = inetutils
makedepends = xorg-server-xvfb
makedepends = autoconf2.13
- makedepends = rust
+ makedepends = rust<=1:1.38.0-2
makedepends = mercurial
makedepends = clang
makedepends = llvm
@@ -57,7 +57,7 @@ pkgbase = waterfox-current-git
source = ignore_bad_validator.patch
source = vendor.js
sha512sums = SKIP
- sha512sums = 3f60ea9724faddcd6e73f7f4819d7d4b997077262cb8daeb0f3e5b8f64bca840c0ff965a56ae4e808da746f8e9b800d64922534eeaff01a64361d1bdc1d11155
+ sha512sums = d7f49089c7aaf0ca72e2646bbdfd2f628a415762328bf52f9a4ba1dbc83462b6872c11b8424310b59a46e9b50e8ce3cc91fca88ae83e4cee34375ef45b29d81c
sha512sums = acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a
sha512sums = ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d
sha512sums = d927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7
diff --git a/PKGBUILD b/PKGBUILD
index 9d2c93146c65..543e6753d34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt/ilikenwf <parwok@gmail.com>
pkgname=waterfox-current-git
-pkgver=68.0+150863514609
-pkgrel=2
+pkgver=68.0+6960b8ac6881
+pkgrel=1
pkgdesc="More private and optimized Firefox fork. Alpha (gecko68) branch. CREATES SEPARATE PROFILE"
arch=('i686' 'x86_64')
license=('MPL')
@@ -9,7 +9,7 @@ url="https://www.waterfoxproject.org/"
depends=(gtk3 libffi libvpx icu libevent mozilla-common libxt startup-notification mime-types dbus-glib
ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
- xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
+ xorg-server-xvfb autoconf2.13 'rust<=1:1.38.0-2' mercurial clang llvm jack gtk2
python nodejs python2-psutil cbindgen nasm)
optdepends=('libnotify: Notification integration'
'pulseaudio: Audio support'
@@ -26,11 +26,12 @@ source=(git://github.com/MrAlex94/Waterfox#branch=current
ignore_bad_validator.patch
vendor.js)
sha512sums=('SKIP'
- '3f60ea9724faddcd6e73f7f4819d7d4b997077262cb8daeb0f3e5b8f64bca840c0ff965a56ae4e808da746f8e9b800d64922534eeaff01a64361d1bdc1d11155'
+ 'd7f49089c7aaf0ca72e2646bbdfd2f628a415762328bf52f9a4ba1dbc83462b6872c11b8424310b59a46e9b50e8ce3cc91fca88ae83e4cee34375ef45b29d81c'
'acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a'
'ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d'
'd927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7')
+
# don't compress the package - we're just going to uncompress during install in a moment
PKGEXT='.pkg.tar'
diff --git a/mozconfig b/mozconfig
index c81f1da1ece5..1edbe709c8fb 100644
--- a/mozconfig
+++ b/mozconfig
@@ -31,6 +31,7 @@ mk_add_options MOZ_MAKE_FLAGS=-j${X%.*}
fi
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
+export MOZ_REQUIRE_SIGNING=0
ac_add_options MOZ_PGO=1
ac_add_options --enable-strip
@@ -42,7 +43,6 @@ ac_add_options --libdir=/opt
ac_add_options --enable-rust-simd # on x86 requires SSE2
ac_add_options --enable-gold
-#ac_add_options --disable-jemalloc
ac_add_options --enable-lto
ac_add_options --enable-release
ac_add_options --enable-application=browser