summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2014-05-27 11:08:58 -0500
committerDoug Newgard2015-06-08 14:09:42 -0500
commit7dc9df2e26280f865e712a1e830b6d90df5855f2 (patch)
tree4b67154bad52e30ec2503030c441f5f50662bee9 /PKGBUILD
parent7267a35300abb27fa2210b066e827403c0ce351b (diff)
downloadaur-7dc9df2e26280f865e712a1e830b6d90df5855f2.tar.gz
Add polkit dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40d023c88683..19e2b325e166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Polkit Authentication Agent using EFL"
arch=('any')
url="http://www.enlightenment.org"
license=('GPL3')
-depends=('python-efl>=1.9.99a')
+depends=('python-efl>=1.9.99a' 'polkit')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")