summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-09-04 23:30:22 -0500
committerDoug Newgard2013-09-04 23:30:22 -0500
commit758367de14aed87402889718c17dfac029ff5604 (patch)
tree0876bab25fa33cb0f62e942c8e05b636bb4238b1 /PKGBUILD
parent6225c22178ec4853f575392d16c2b7dfc34410bd (diff)
downloadaur-758367de14aed87402889718c17dfac029ff5604.tar.gz
Add xauth dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d89d4cf9a88a..38105c4835ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
license=('GPL3')
arch=('i686' 'x86_64')
-depends=('elementary')
+depends=('elementary' 'xorg-xauth')
[[ ! $(pacman -T ekbd-svn) ]] && depends+=('ekbd-svn')
makedepends=('git')
provides=("$_pkgname=$pkgver")