summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-07-23 19:54:20 +0800
committerNicolas Iooss2015-07-23 19:54:20 +0800
commitc08d363859bb1d7f2c7de6f08ac5c5e17030dc45 (patch)
tree83a0fc9f1492c3dc3487a9056664a40072363edf
parentd242238c8af3bc97a6cdebd1f236a3dfcba8f306 (diff)
downloadaur-c08d363859bb1d7f2c7de6f08ac5c5e17030dc45.tar.gz
libsemanage requires flex to build the package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d0b550c4b3..9c3e876f54d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libsemanage
arch = x86_64
groups = selinux
license = GPL
+ makedepends = flex
depends = ustr
depends = libselinux>=2.4
depends = audit
diff --git a/PKGBUILD b/PKGBUILD
index e66390e9934a..72fa0a4e6554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
+makedepends=('flex')
depends=('ustr' 'libselinux>=2.4' 'audit')
optdepends=('python2: python2 bindings'
'python: python bindings')