summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrandom-nick2020-10-22 21:35:22 +0200
committerrandom-nick2020-10-22 21:35:22 +0200
commit61737e6484e4bf6431d34fbfda194b51ad0217ca (patch)
tree53ad1da05efa20635477bfdc2a311619fe174d03
parent1a4db7a0a339e056f0074e48825fa3428bbd0e57 (diff)
downloadaur-61737e6484e4bf6431d34fbfda194b51ad0217ca.tar.gz
2020.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e869c3963d..c1b6f434bf6c 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 = 2020.09
+ pkgver = 2020.10
pkgrel = 1
url = https://www.waterfox.net/
arch = x86_64
@@ -45,11 +45,11 @@ pkgbase = waterfox
options = !emptydirs
options = !makeflags
options = !strip
- source = Waterfox-2020.09-current.tar.gz::https://github.com/MrAlex94/Waterfox/archive/2020.09-current.tar.gz
+ source = Waterfox-2020.10-current.tar.gz::https://github.com/MrAlex94/Waterfox/archive/2020.10-current.tar.gz
source = waterfox.desktop
source = 0002-Bug-1660901-Support-the-fstat-like-subset-of-fstatat.patch
source = 0003-Bug-1660901-ignore-AT_NO_AUTOMOUNT-in-fstatat-system.patch
- sha256sums = 458f372f08ce5791a4f561372a78f2e212c8bb2245a59d89c0901ce50431b8c1
+ sha256sums = 5958cbe5df3de971915a457c913a0af9280eee03e4a86ee675e844d4c3254db3
sha256sums = 3c8a3e73ffcb4670ca25fc7087b9c5d93ebbef2f3be8a33cf81ae424c3f27fa3
sha256sums = c2489a4ad3bfb65c064e07180a1de9a2fbc3b1b72d6bc4cd3985484d1b6b7b29
sha256sums = 52cc26cda4117f79fae1a0ad59e1404b299191a1c53d38027ceb178dab91f3dc
diff --git a/PKGBUILD b/PKGBUILD
index 10d0217fc842..c8a037102bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=waterfox
-pkgver=2020.09
+pkgver=2020.10
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,12 +22,12 @@ optdepends=('libnotify: Notification integration'
'speech-dispatcher: Text-to-Speech'
'hunspell-en_US: Spell checking, American English')
options=(!emptydirs !makeflags !strip)
-_archivename=2020.09-current # patch releases don't follow the same format so we can't use $pkgver
+_archivename=2020.10-current # 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
0002-Bug-1660901-Support-the-fstat-like-subset-of-fstatat.patch
0003-Bug-1660901-ignore-AT_NO_AUTOMOUNT-in-fstatat-system.patch)
-sha256sums=('458f372f08ce5791a4f561372a78f2e212c8bb2245a59d89c0901ce50431b8c1'
+sha256sums=('5958cbe5df3de971915a457c913a0af9280eee03e4a86ee675e844d4c3254db3'
'3c8a3e73ffcb4670ca25fc7087b9c5d93ebbef2f3be8a33cf81ae424c3f27fa3'
'c2489a4ad3bfb65c064e07180a1de9a2fbc3b1b72d6bc4cd3985484d1b6b7b29'
'52cc26cda4117f79fae1a0ad59e1404b299191a1c53d38027ceb178dab91f3dc')