summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2016-11-09 00:02:09 +0100
committerNicolas Iooss2016-11-13 09:16:34 +0100
commita19dac23cecd92aedf2665a6ae17030e4f8d03d3 (patch)
tree2ae067685557dc0b586214d5d96854480e1f72e1 /PKGBUILD
parentfd668c66080582d3dfe5d012201266b24d42da8e (diff)
downloadaur-a19dac23cecd92aedf2665a6ae17030e4f8d03d3.tar.gz
setools: tests require checkpolicy
https://github.com/TresysTechnology/setools/blob/4.0.1/tests/policyrep/selinuxpolicy.py#L42
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8c85f2536ed..7caa20cd96b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ optdepends=('python-pyqt5: needed for graphical tools'
makedepends=('bison' 'flex' 'swig'
'python-setuptools' 'python-tox'
'python2' 'python2-setuptools' 'python2-networkx' 'python2-mock' 'python2-tox')
+checkdepends=('checkpolicy')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TresysTechnology/setools/archive/${pkgver}.tar.gz")