summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'