summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-09-04 03:54:53 -0500
committerDoug Newgard2013-09-04 03:54:53 -0500
commitf0793869c7ad5719502af2474337b41cebf26913 (patch)
tree420c6f2b26f6df4258458fb26e8cc185289c9a83
parent2772edbc244c90ed470446a33bdc97fb5105ae66 (diff)
downloadaur-f0793869c7ad5719502af2474337b41cebf26913.tar.gz
Add conditional dep on ekbd-svn
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 580889895007..aea05bf59491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ url="http://www.enlightenment.org/"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('elementary')
+ [[ ! $(pacman -T ekbd-svn) ]] && depends+=('ekbd-svn')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")