summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-09-04 23:30:22 -0500
committerDoug Newgard2013-09-04 23:30:22 -0500
commit758367de14aed87402889718c17dfac029ff5604 (patch)
tree0876bab25fa33cb0f62e942c8e05b636bb4238b1
parent6225c22178ec4853f575392d16c2b7dfc34410bd (diff)
downloadaur-758367de14aed87402889718c17dfac029ff5604.tar.gz
Add xauth dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ab30fdd068..bee4739b2c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = entrance-git
license = GPL3
makedepends = git
depends = elementary
+ depends = xorg-xauth
provides = entrance=0.0.4.40.6da13be
conflicts = entrance
backup = etc/entrance.conf
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")