summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-02-07 18:54:52 +0100
committerFrederic Bezies2021-02-07 18:54:52 +0100
commit835f9dd9b4cf3f953de2cbacb654aed2da0d7131 (patch)
tree17a273d8d5e306d1d4a34d43543a05f5a9252cbe
parenta16279d5ceb9f05223f6dec90e57a6f5a9fe1189 (diff)
downloadaur-835f9dd9b4cf3f953de2cbacb654aed2da0d7131.tar.gz
78.7 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mozconfig4
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b67be854a6..9e4f05a39465 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+f7d3e35c3d34
+ pkgver = 78.7.0+49be63fc71dd
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 = SKIP
+ sha512sums = f3d5c7898757189fbc2b905349d918622a0e71425c13c8a1e1f470b3be30b0275167cd20d50b863e270cfd7961e84393c9aa98fd4a3dec885a5473d6086070c2
sha512sums = acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a
sha512sums = ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d
sha512sums = d927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7
diff --git a/PKGBUILD b/PKGBUILD
index 46224093ac71..02d202365879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt/ilikenwf <parwok@gmail.com>
pkgname=waterfox-current-git
-pkgver=68.0+f7d3e35c3d34
+pkgver=78.7.0+49be63fc71dd
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'
- 'SKIP'
+ 'f3d5c7898757189fbc2b905349d918622a0e71425c13c8a1e1f470b3be30b0275167cd20d50b863e270cfd7961e84393c9aa98fd4a3dec885a5473d6086070c2'
'acd1a8ea32747dcd3df976c64408bb01d06f30af399f8625f43930d6a8b64a76a00af08aca9cd525c74ee3f2e58f6a49b57bab9a8b6ec0e1497f27122a41b82a'
'ab2aced2e371afad317ab3ffb3e8161c457f022327e182d426aa2ba4142112060225ced4610eb2525e1c739a4e56ad4e7cf78cc102232cf01cf06d0224a9c09d'
'd927e5e882115c780aa0d45034cb1652eaa191d95c15013639f9172ae734245caae070018465d73fdf86a01601d08c9e65f28468621422d799fe8451e6175cb7')
diff --git a/mozconfig b/mozconfig
index 37e2dc4be939..71de19581e7a 100644
--- a/mozconfig
+++ b/mozconfig
@@ -56,7 +56,6 @@ ac_add_options --with-app-basename="Waterfox Current"
ac_add_options --with-branding=browser/branding/waterfox
ac_add_options --with-distribution-id=net.waterfox
-ac_add_options --enable-startup-notification
ac_add_options --enable-pulseaudio
ac_add_options --enable-alsa
@@ -69,12 +68,10 @@ ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
#ac_add_options --with-system-png # TODO: if this ever gets adjusted it'd be nice to use system again
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-icu
-ac_add_options --enable-system-sqlite
ac_add_options --enable-system-ffi
ac_add_options --enable-system-pixman
ac_add_options --enable-default-toolkit=cairo-gtk3
@@ -103,6 +100,5 @@ ac_add_options --disable-mobile-optimize
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-profiling
-ac_add_options --disable-signmar
# vim:set ft=sh: