summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-01-07 12:52:53 +0100
committerNicolas Iooss2017-01-07 12:52:53 +0100
commitefa2c5b29a8bc1d3e56ab18ec6e750b896dae85d (patch)
treecdcdb2d22cfddfd59b3ffc179ebc7bf23d2e2194
parent8faa31a78e1a8919eabbfa6df01364e2fe04dd48 (diff)
downloadaur-efa2c5b29a8bc1d3e56ab18ec6e750b896dae85d.tar.gz
libsemanage: Python 3.6 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd442fdf2067..33e387b3cda5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
install = libsemanage.install
arch = i686
@@ -17,7 +17,7 @@ pkgbase = libsemanage
depends = audit
optdepends = python2: python2 bindings
optdepends = python: python bindings
- provides = selinux-usr-libsemanage=2.6-1
+ provides = selinux-usr-libsemanage=2.6-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libsemanage-2.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 45e29cd1c61b..37d46a3d572a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libsemanage
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'