summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2022-01-13 15:03:54 +0100
committerAlad Wenter2022-01-13 15:03:54 +0100
commitfc382b5da3fa184877cbb291ca2767fbd44c478a (patch)
tree0fa88bd81c8f060a4fb4ab0fc81cc89be8d90903
parentff02b022c1913f7c8fec14feeb8e80476e5d12c8 (diff)
downloadaur-fc382b5da3fa184877cbb291ca2767fbd44c478a.tar.gz
firefox: update to 96.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38df237cc7b..5cba7599ef0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-bin
pkgdesc = Standalone web browser from mozilla.org - Static binaries from upstream
- pkgver = 95.0.2
+ pkgver = 96
pkgrel = 1
url = https://www.mozilla.org/en-US/firefox/new/
arch = x86_64
@@ -19,9 +19,9 @@ pkgbase = firefox-bin
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
- provides = firefox=95.0.2
+ provides = firefox=96
conflicts = firefox
- source = https://archive.mozilla.org/pub/firefox/releases/95.0.2/linux-x86_64/en-US/firefox-95.0.2.tar.bz2
+ source = https://archive.mozilla.org/pub/firefox/releases/96/linux-x86_64/en-US/firefox-96.tar.bz2
source = firefox.sh
source = firefox.desktop
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
diff --git a/PKGBUILD b/PKGBUILD
index c84d2ea10bb0..6e7847f6205c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firefox-bin
_pkgname=firefox
-pkgver=95.0.2
+pkgver=96.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org - Static binaries from upstream"
arch=('x86_64')
@@ -24,7 +24,7 @@ conflicts=('firefox')
source=("https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
$_pkgname.sh
$_pkgname.desktop)
-sha256sums=('f78a41215d168a2a215528a08877b3cc51e0caa3f1a840c27075b3112ef3d7d7'
+sha256sums=('6f6cf571331e1a5f574116943b5de4cdd6c9072f6775ebec5dcb89991ed96b0a'
'9491f195066aa56f4f0bbc83e5f0581a460f4c34ee455ba24db312b540322703'
'c64008cbf01956ce3dba693230670de58fa9487ad19f4ba76614af13beb1b8ef')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@@ -57,6 +57,6 @@ package() {
ln -Ts /usr/share/hyphen "$pkgdir"/opt/$pkgname/hyphenation
# Use system certificates
- ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$pkgname/libnssckbi.so
+ #ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$pkgname/libnssckbi.so
}