From e6e0f832ca4392f763b8151e2a067fd4ba45ca41 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 12 Jan 2020 22:13:46 -0800
Subject: Add preferences as optdepends

---
 PKGBUILD | 6 ++++--
 1 file 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)
-- 
cgit v1.2.1