summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-12 22:13:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-12 22:13:46 -0800
commite6e0f832ca4392f763b8151e2a067fd4ba45ca41 (patch)
treeb48b21c2950f3383a054d4f83269c4c5ed80e324
parentUpdated to 68.4.1 (diff)
downloadfirefox-esr-e6e0f832ca4392f763b8151e2a067fd4ba45ca41.tar.xz
Add preferences as optdepends
-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)