summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772021-12-04 11:22:37 +0100
committerhawkeye1164772021-12-04 11:22:37 +0100
commit1be144daf830c5a5d9e6b60d1106d6b3120d6762 (patch)
tree7d32c3d8fe487a981307754485d2893c46881736
parent1516ca33c95e7e95b662beb53249a54b27f26a81 (diff)
downloadaur-1be144daf830c5a5d9e6b60d1106d6b3120d6762.tar.gz
New
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca832ab1e20..86dcd4141226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = waterfox-classic-bin
pkgdesc = Customizable privacy-conscious web browser with primary support for legacy extensions
- pkgver = 2021.10
+ pkgver = 2021.11
pkgrel = 1
- url = https://www.waterfox.net
+ url = https://classic.waterfox.net
arch = x86_64
license = MPL
depends = gtk3
@@ -20,13 +20,13 @@ pkgbase = waterfox-classic-bin
optdepends = alsa-lib: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
- provides = waterfox-classic=2021.10
+ provides = waterfox-classic=2021.11
conflicts = waterfox-classic
conflicts = waterfox-classic-git
replaces = waterfox-bin
source = waterfox-classic.desktop
- source = https://cdn.waterfox.net/releases/linux64/installer/waterfox-classic-2021.10.en-US.linux-x86_64.tar.bz2
+ source = https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/2021.11-classic/waterfox-classic-2021.11.en-US.linux-x86_64.tar.bz2
sha256sums = 5504d06da38c87cf655f8109047ebfdd09baa8588e08a7ee93c0012e2c5a7ad3
- sha256sums = 19defb7a1b838761de5cac999c225d5e3143fadb74f1994c7aa612a854d74002
+ sha256sums = b849d75c55c549af046327d9305b076c76d57b7c37c98fb5035a363b20c517f7
pkgname = waterfox-classic-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73821d6723b7..570b2ae88de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Simon Kronberg <Simon.Kronberg at gmail dot com>
pkgname=waterfox-classic-bin
-pkgver=2021.10
+pkgver=2021.11
pkgrel=1
pkgdesc="Customizable privacy-conscious web browser with primary support for legacy extensions"
arch=('x86_64')
-url="https://www.waterfox.net"
+url="https://classic.waterfox.net"
license=('MPL')
depends=('gtk3' 'gtk2' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg'
'ttf-font' 'hicolor-icon-theme')
@@ -22,7 +22,7 @@ conflicts=('waterfox-classic' 'waterfox-classic-git')
replaces=('waterfox-bin')
source=('waterfox-classic.desktop'
- 'https://cdn.waterfox.net/releases/linux64/installer/waterfox-classic-'"${pkgver}"'.en-US.linux-'$arch'.tar.bz2')
+ 'https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/'"${pkgver}"'-classic/waterfox-classic-'"${pkgver}"'.en-US.linux-'"${arch}"'.tar.bz2')
package() {
# Create the directories.
@@ -71,4 +71,4 @@ END
}
sha256sums=('5504d06da38c87cf655f8109047ebfdd09baa8588e08a7ee93c0012e2c5a7ad3'
- '19defb7a1b838761de5cac999c225d5e3143fadb74f1994c7aa612a854d74002')
+ 'b849d75c55c549af046327d9305b076c76d57b7c37c98fb5035a363b20c517f7')