summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrandom-nick2021-05-02 19:30:06 +0200
committerrandom-nick2021-05-02 19:30:06 +0200
commitde98b57eb243dc4a181ea9e8d83044b6902b2199 (patch)
treee7c04d7746abf489f9142b92d9d2584cbc015902
parentbf769d6c6bf8e641635d202a6d528d0427cdcc12 (diff)
downloadaur-de98b57eb243dc4a181ea9e8d83044b6902b2199.tar.gz
G3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12981a0d8399..808234345d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waterfox
pkgdesc = Fork of Mozilla Firefox featuring some legacy extensions, removed telemetry and no Pocket integration. This is the Current branch.
- pkgver = G3.1.0
+ pkgver = G3.2.1
pkgrel = 1
url = https://www.waterfox.net/
arch = x86_64
@@ -44,10 +44,10 @@ pkgbase = waterfox
options = !emptydirs
options = !makeflags
options = !strip
- source = Waterfox-G3.1.0.tar.gz::https://github.com/MrAlex94/Waterfox/archive/G3.1.0.tar.gz
+ source = Waterfox-G3.2.1.tar.gz::https://github.com/MrAlex94/Waterfox/archive/G3.2.1.tar.gz
source = waterfox.desktop
source = 0001-Use-remoting-name-for-GDK-application-names.patch
- sha256sums = 53cb509512b789e335ecbaf3475c8fc4dd18b0eb87aec9e576ac2078c749f196
+ sha256sums = 58957556ef101d308dcc8fd1677369aefbb9f2fd93ed9db4f28ded8b274b9af5
sha256sums = 3c8a3e73ffcb4670ca25fc7087b9c5d93ebbef2f3be8a33cf81ae424c3f27fa3
sha256sums = 1dba448eb1605c9dc73c22861a5394b50055909399f056baee4887b29af1b51e
diff --git a/PKGBUILD b/PKGBUILD
index c402d21a2fb7..64565b4068d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=waterfox
-pkgver=G3.1.0
+pkgver=G3.2.1
pkgrel=1
pkgdesc="Fork of Mozilla Firefox featuring some legacy extensions, removed telemetry and no Pocket integration. This is the Current branch."
arch=(x86_64)
@@ -22,11 +22,11 @@ optdepends=('libnotify: Notification integration'
'speech-dispatcher: Text-to-Speech'
'hunspell-en_US: Spell checking, American English')
options=(!emptydirs !makeflags !strip)
-_archivename=G3.1.0 # patch releases don't follow the same format so we can't use $pkgver
+_archivename=G3.2.1 # patch releases don't follow the same format so we can't use $pkgver
source=(Waterfox-$_archivename.tar.gz::https://github.com/MrAlex94/Waterfox/archive/$_archivename.tar.gz
$pkgname.desktop
0001-Use-remoting-name-for-GDK-application-names.patch)
-sha256sums=('53cb509512b789e335ecbaf3475c8fc4dd18b0eb87aec9e576ac2078c749f196'
+sha256sums=('58957556ef101d308dcc8fd1677369aefbb9f2fd93ed9db4f28ded8b274b9af5'
'3c8a3e73ffcb4670ca25fc7087b9c5d93ebbef2f3be8a33cf81ae424c3f27fa3'
'1dba448eb1605c9dc73c22861a5394b50055909399f056baee4887b29af1b51e')
#_disable_pgo=y # uncomment this to disable building the profiled browser and using PGO
@@ -48,7 +48,6 @@ ac_add_options --enable-release
ac_add_options --enable-hardening
ac_add_options --enable-optimize
ac_add_options --enable-rust-simd
-ac_add_options --disable-elf-hack
ac_add_options --enable-linker=lld
export CC='clang --target=x86_64-unknown-linux-gnu'
export CXX='clang++ --target=x86_64-unknown-linux-gnu'