summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-11-22 21:02:18 +0100
committerNicolas Iooss2019-11-22 21:02:18 +0100
commit9c096b9300644658e399ee7032b1974bd6b5d01f (patch)
treeae9b5e82222e7758fbc3407a25530cd87a76c326
parentd98b1bf8d9e7e562d2d8e15dff280c6a79ea52e3 (diff)
downloadaur-9c096b9300644658e399ee7032b1974bd6b5d01f.tar.gz
libsemanage 2.9-2 update: Python 3.8 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4538186184aa..fd4f5ab474b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 2.9
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
install = libsemanage.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = libsemanage
optdepends = python2: python2 bindings
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=2.9-1
+ provides = selinux-usr-libsemanage=2.9-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
source = https://github.com/SELinuxProject/selinux/releases/download/20190315/libsemanage-2.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6c659b2fd9b2..306d338a0798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=libsemanage
pkgver=2.9
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'