summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-01-07 12:51:22 +0100
committerNicolas Iooss2017-01-07 12:51:22 +0100
commiteafc1ef9c47cb1268345abcb00cdee875898bc7f (patch)
tree6b64e8f98ebe03c0f210b29377d2808dddf6da18
parent1bc830de3e7d540547272de890b5627351f2b457 (diff)
downloadaur-eafc1ef9c47cb1268345abcb00cdee875898bc7f.tar.gz
libselinux: 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 3e3e014a3ad3..fd7c3717c6ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = libselinux
optdepends = python2: python2 bindings
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=2.6-1
+ provides = selinux-usr-libselinux=2.6-2
conflicts = selinux-usr-libselinux
options = !emptydirs
source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libselinux-2.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5785407a1566..6f32cd7d5dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libselinux
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
url='http://userspace.selinuxproject.org'