summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a37776a..f7e5ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ _pkgname=firefox
pkgname=${_pkgname}-esr
pkgver=68.4.1
_pkgver=${pkgver}esr
-pkgrel=1
+pkgrel=1.2
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64 aarch64)
license=(MPL GPL LGPL)
@@ -38,7 +38,9 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
'jack: Jack support'
'pulseaudio: PulseAudio support'
'speech-dispatcher: Text-to-Speech'
- 'hunspell-en_CA: Spell checking, Canadian English')
+ 'hunspell-en_CA: Spell checking, Canadian English'
+ 'firefox-preferences: Custom vendor.js with security by default'
+ 'firefox-preferences-basic: Custom vendor.js with less breaking changes')
options=(!emptydirs !makeflags)
conflicts=(firefox)
provides=(firefox)