summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsabell Cowan2017-10-10 19:27:27 -0500
committerIsabell Cowan2017-10-10 19:27:27 -0500
commit4c4f1c1dd6a6bb9a23ec7035e9e2315bda9b0c72 (patch)
tree7109cf632ecd1709c75da8e4950fda08002abd39
parent8077460eee76fcb854f1d785c08478a32fed7213 (diff)
downloadaur-4c4f1c1dd6a6bb9a23ec7035e9e2315bda9b0c72.tar.gz
Added firefox-beta-i18n optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73639d382f5..9a4e103614e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -45,6 +45,7 @@ pkgbase = firefox-kde-opensuse-beta
optdepends = libnotify: Notification integration
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
+ optdepends = firefox-beta-i18n: Localization support
provides = firefox=57.0b7
conflicts = firefox
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 2bf025959be7..3945984a0254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -98,7 +98,8 @@ makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm'
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
- 'speech-dispatcher: Text-to-Speech')
+ 'speech-dispatcher: Text-to-Speech'
+ 'firefox-beta-i18n: Localization support')
provides=("firefox=${pkgver}")
conflicts=('firefox')
options=('!emptydirs')