summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Stubbs2016-09-27 10:34:35 +0100
committerAndrew Stubbs2016-09-27 10:34:35 +0100
commitcea8793a27d0a6e437ac97116fb3edf23eaf8582 (patch)
treecd187f1a8ba9e7f26cd46493afbcc68e8b2d218a /PKGBUILD
parent62c00a909ab3a262f9efda0d1f27fe964fa534e9 (diff)
downloadaur-cea8793a27d0a6e437ac97116fb3edf23eaf8582.tar.gz
Add documented dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bae932d45ba5..116705c5e594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc="Burn images to SD cards & USB drives, safe & easy"
arch=('i686' 'x86_64')
url="http://www.etcher.io/"
license=('apache')
-depends=('gtk2' 'atk' 'gconf' 'alsa-lib')
+depends=('gtk2' 'dbus' 'libxi' 'libxcursor' 'libxdamage' 'libxrandr'
+ 'libxcomposite' 'libxext' 'libxfixes' 'libxrender' 'libxtst'
+ 'gconf' 'glib2' 'nss' 'xz')
+optdepends=('libnotify: for notifications'
+ 'speech-dispatcher: for text-to-speech')
source=("etcher"
"Etcher.desktop"
"etcher.png")