summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-29 12:13:55 +0200
committerNicolas Iooss2020-07-29 12:15:32 +0200
commit2ddc46707e47098d46ae177a7302be44ab7e2b59 (patch)
treee628c6d56f6e5c8493b87ca5becbeb5f66454e99
parentd4713c4812be8df438eb92355e09fce06658d675 (diff)
downloadaur-2ddc46707e47098d46ae177a7302be44ab7e2b59.tar.gz
secilc 3.1-1: check() now requires checkpolicy to be installed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9ef47745f4..b8e9a14c0f62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = secilc
arch = x86_64
groups = selinux
license = custom
+ checkdepends = checkpolicy
makedepends = xmlto
makedepends = docbook-xml
makedepends = docbook-xsl
diff --git a/PKGBUILD b/PKGBUILD
index 4c8435c09ae1..d954a4420d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/cil/wiki'
license=('custom')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+checkdepends=('checkpolicy')
depends=('libsepol>=3.1')
source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
sha256sums=('86117246fec3017af710a9ff7c1dae3ed1cd571e232a86cff3e2a3de2d6aa65c')