summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2020-12-22 21:13:24 -0600
committerMatt Parnell2020-12-22 21:13:24 -0600
commita16279d5ceb9f05223f6dec90e57a6f5a9fe1189 (patch)
treed59a7add92f698da1932012a67164d8475b30a6f
parentfaa988a33718d1ba5a0f85039aa6f9b890aed538 (diff)
downloadaur-a16279d5ceb9f05223f6dec90e57a6f5a9fe1189.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mozconfig6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb4aa14502f..00b67be854a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waterfox-current-git
pkgdesc = Private and optimized Firefox fork based on the LTS Release of Firefox.
- pkgver = 68.0+17bacf9e7f6a
+ pkgver = 68.0+f7d3e35c3d34
pkgrel = 1
url = https://www.waterfoxproject.org/
install = waterfox-current.install
@@ -57,7 +57,7 @@ pkgbase = waterfox-current-git
source = ignore_bad_validator.patch
source = vendor.js
sha512sums = SKIP
- sha512sums = ea7f17d6faacea6b8c6159f6d696f5587adfabfc759a92efc8e95eea1f61623863f790feddbea9d92b0f77c950fff049dfbba3fec8d4283da9e34076c5453c3d
+ sha512sums = SKIP
sha512sums = acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a
sha512sums = ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d
sha512sums = d927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7
diff --git a/PKGBUILD b/PKGBUILD
index 19ab99949e05..46224093ac71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt/ilikenwf <parwok@gmail.com>
pkgname=waterfox-current-git
-pkgver=68.0+17bacf9e7f6a
+pkgver=68.0+f7d3e35c3d34
pkgrel=1
pkgdesc="Private and optimized Firefox fork based on the LTS Release of Firefox."
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ source=(git://github.com/MrAlex94/Waterfox#branch=current
ignore_bad_validator.patch
vendor.js)
sha512sums=('SKIP'
- 'ea7f17d6faacea6b8c6159f6d696f5587adfabfc759a92efc8e95eea1f61623863f790feddbea9d92b0f77c950fff049dfbba3fec8d4283da9e34076c5453c3d'
+ 'SKIP'
'acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a'
'ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d'
'd927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7')
diff --git a/mozconfig b/mozconfig
index c9ccca951d81..37e2dc4be939 100644
--- a/mozconfig
+++ b/mozconfig
@@ -4,7 +4,7 @@ export CXX=clang++
export AR=llvm-ar
export NM=llvm-nm
export RANLIB=llvm-ranlib
-export MOZ_PGO=1
+#export MOZ_PGO=1
mk_add_options AUTOCLOBBER=1
export CPPFLAGS=""
@@ -35,14 +35,14 @@ fi
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
export MOZ_REQUIRE_SIGNING=0
-ac_add_options MOZ_PGO=1
+#ac_add_options MOZ_PGO=1
ac_add_options --enable-strip
ac_add_options --enable-hardening
ac_add_options --prefix=/usr
ac_add_options --libdir=/opt
-ac_add_options --enable-rust-simd # on x86 requires SSE2
+#ac_add_options --enable-rust-simd # on x86 requires SSE2
ac_add_options --enable-gold
ac_add_options --enable-lto