summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorscekron2020-03-12 07:44:28 +0100
committerscekron2020-03-12 07:44:28 +0100
commitb3ce32024096ffc9e2275911ba183d5fe6b192bd (patch)
tree75decd703315b2348f51e2c1c223010f49897164 /PKGBUILD
parent4109915379dc55a278ebbc446c3449ffa12e21af (diff)
downloadaur-b3ce32024096ffc9e2275911ba183d5fe6b192bd.tar.gz
Made hunspell optional dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0dd4221243b..d762e2e8a157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
pkgname=waterfox-current-bin
pkgver=2020.03
-pkgrel=1
+pkgrel=2
pkgdesc="64-bit Firefox fork; no telemetry; supports XUL & XPCOM (incl. unsigned) add-ons."
arch=('x86_64')
url="https://www.waterfox.net"
license=('MPL')
depends=('gtk3' 'gtk2' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg'
- 'libpulse' 'nss' 'hunspell' 'ttf-font')
+ 'ttf-font' 'hicolor-icon-theme' 'nss')
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'
'alsa-lib: Audio support'
- 'speech-dispatcher: Text-to-Speech')
+ 'speech-dispatcher: Text-to-Speech'
+ 'hunspell-en_US: Spell checking, American English')
provides=("waterfox-current=${pkgver}")
conflicts=('waterfox-current')
replaces=('waterfox-alpha-bin')