summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772020-03-13 09:12:20 +0100
committerhawkeye1164772020-03-13 09:12:20 +0100
commit209d8e4a793552770476a227e2f53dae271a190f (patch)
tree31c9bc11b488a804895850a42ff128aafb813c56
parent32292c23409b197326ee1afcca4a49a979e70730 (diff)
downloadaur-209d8e4a793552770476a227e2f53dae271a190f.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c3d686f6eda..a2966f2c2caa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waterfox-classic-bin
pkgdesc = Customizable privacy-conscious web browser with primary support for legacy extensions
- pkgver = 2020.03
+ pkgver = 2020.03.1
pkgrel = 1
url = https://www.waterfox.net
arch = x86_64
@@ -20,14 +20,14 @@ 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=2020.03
+ provides = waterfox-classic=2020.03.1
conflicts = waterfox-classic
conflicts = waterfox-classic-git
replaces = waterfox-bin
source = waterfox-classic.desktop
- source = https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2020.03.en-US.linux-x86_64.tar.bz2
+ source = https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-2020.03.1.en-US.linux-x86_64.tar.bz2
sha256sums = a364e830e980417095a5a45fb2c9c635fa8d248884816c26e3f31ce993130537
- sha256sums = adf089bc2e663daf79e77e8ef3f9a15ec6ece1d9b11c61f5d8a880b0c9974372
+ sha256sums = d67a12dd331e67f089143e831047cdf27706c53b4f58fb0658f708183458a41e
pkgname = waterfox-classic-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef3d5e7927b9..d7bab99fad67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Simon Kronberg <Simon.Kronberg at gmail dot com>
pkgname=waterfox-classic-bin
-pkgver=2020.03
+pkgver=2020.03.1
pkgrel=1
pkgdesc="Customizable privacy-conscious web browser with primary support for legacy extensions"
arch=('x86_64')
@@ -22,7 +22,7 @@ conflicts=('waterfox-classic' 'waterfox-classic-git')
replaces=('waterfox-bin')
source=('waterfox-classic.desktop'
- 'https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-'"${pkgver}"'.en-US.linux-x86_64.tar.bz2')
+ 'https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-classic-'"${pkgver}"'.en-US.linux-'$arch'.tar.bz2')
package() {
# Create the directories.
@@ -71,4 +71,4 @@ END
}
sha256sums=('a364e830e980417095a5a45fb2c9c635fa8d248884816c26e3f31ce993130537'
- 'adf089bc2e663daf79e77e8ef3f9a15ec6ece1d9b11c61f5d8a880b0c9974372')
+ 'd67a12dd331e67f089143e831047cdf27706c53b4f58fb0658f708183458a41e')