summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJochum D2021-07-21 01:24:18 +0200
committerJochum D2021-07-21 01:24:18 +0200
commit2570069829ac1a67fc69780934c267f47459e131 (patch)
treeb930c854ab577c84acf0454ccd31d9f62ef46ba9
parent1c337bd332391e3a8dd06dec3b1f9d1e68f8664a (diff)
downloadaur-firefox-fuckpa.tar.gz
update to 89.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a22d59c28bc..5e0a1f9223b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-fuckpa
pkgdesc = Standalone web browser from mozilla - unofficial prebuilt binary with ALSA support
- pkgver = 86.0
+ pkgver = 89.0
pkgrel = 1
url = https://submarine.strangled.net/fuckpa/
arch = x86_64
@@ -19,15 +19,14 @@ pkgbase = firefox-fuckpa
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
- provides = firefox=86.0
+ provides = firefox=89.0
conflicts = firefox
options = !strip
- source = https://submarine.strangled.net/fuckpa/files/86.0/firefox-86.0.en-US.linux-x86_64.tar.bz2
source = firefox.sh
source = firefox.desktop
- sha256sums = 4f566e699d3aaf2785a1ca76c850ee66a46abce74dcbec0fcdee67bee9e81db4
sha256sums = 28b60250540353e1732ec1a9aad53ff55cd681927516e65c51e3543532bc25af
sha256sums = 94140a523273eaf957ad0e67145d8997556ca1c37a2cc1f5b699a9b5d7ac8f7d
+ source_x86_64 = https://submarine.strangled.net/fuckpa/files/89.0/firefox-89.0.en-US.linux-x86_64.tar.bz2
+ sha256sums_x86_64 = a3f365fca1e677fb375da30dee98d341b57a1a3ee2475abe3249532f08cf060d
pkgname = firefox-fuckpa
-
diff --git a/PKGBUILD b/PKGBUILD
index 153453677fe4..4819d4ff1252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=firefox-fuckpa
_pkgname=firefox
-pkgver=86.0
+pkgver=89.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla - unofficial prebuilt binary with ALSA support"
arch=('x86_64')
@@ -18,12 +18,12 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
options=(!strip)
provides=("firefox=$pkgver")
conflicts=('firefox')
-source=(https://submarine.strangled.net/fuckpa/files/$pkgver/firefox-$pkgver.en-US.linux-x86_64.tar.bz2
- $_pkgname.sh
+source=($_pkgname.sh
$_pkgname.desktop)
-sha256sums=('4f566e699d3aaf2785a1ca76c850ee66a46abce74dcbec0fcdee67bee9e81db4'
- '28b60250540353e1732ec1a9aad53ff55cd681927516e65c51e3543532bc25af'
+source_x86_64=(https://submarine.strangled.net/fuckpa/files/$pkgver/firefox-$pkgver.en-US.linux-x86_64.tar.bz2)
+sha256sums=('28b60250540353e1732ec1a9aad53ff55cd681927516e65c51e3543532bc25af'
'94140a523273eaf957ad0e67145d8997556ca1c37a2cc1f5b699a9b5d7ac8f7d')
+sha256sums_x86_64=('a3f365fca1e677fb375da30dee98d341b57a1a3ee2475abe3249532f08cf060d')
#validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
package() {