summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2404e3a0151e..d9933e621115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = setools
pkgdesc = Policy analysis tools for SELinux
pkgver = 4.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/TresysTechnology/setools/wiki
arch = i686
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = setools
optdepends = python2-enum34: Python2 support
optdepends = python2-networkx: Python2 support
optdepends = qt5-tools: display apol help with Qt Assistant
- provides = selinux-setools=4.1.1-1
+ provides = selinux-setools=4.1.1-2
conflicts = selinux-setools
source = setools-4.1.1.tar.gz::https://github.com/TresysTechnology/setools/archive/4.1.1.tar.gz
sha256sums = 46a927ea2b163cbe1d35cc35da43e45853e13720c7e02d4cf75a498783c19610
diff --git a/PKGBUILD b/PKGBUILD
index f68ccf7ec28b..f25d805adc74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgname=setools
pkgver=4.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
arch=('i686' 'x86_64')
@@ -52,7 +52,9 @@ prepare() {
build() {
cd "${pkgname}-${pkgver}"
+ python2 setup.py build_ext
python2 setup.py build
+ python setup.py build_ext
python setup.py build
}