summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2021-05-17 15:25:56 -0400
committerStorm Dragon2021-05-17 15:25:56 -0400
commit8a52b7e537b874cf5b7f73ccbd76f39670838f48 (patch)
tree14a9be35c4ecbea4e0d382b8736626d259741db3 /PKGBUILD
parentd92355d191d3301cdc4107bd6f4fffbff1c3d743 (diff)
downloadaur-fenrir.tar.gz
Added espeak-ng as a dependency so people won't have no speech if they just run without configuration.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbfd7b807733..7096503e8a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A user space console screen reader written in python3'
arch=('any')
url="https://linux-a11y.org/index.php?page=fenrir-screenreader"
license=('LGPL')
-depends=('python' 'python-pyudev' 'python-daemonize' 'python-evdev' 'python-dbus' 'python-pyte')
+depends=('espeak-ng' 'python' 'python-pyudev' 'python-daemonize' 'python-evdev' 'python-dbus' 'python-pyte')
optdepends=('brltty: For Braille support'
'gstreamer: for soundicons via gstreamer'
'socat: Control running Fenrir screenreader'