summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-12-05 14:11:15 +0100
committerNicolas Iooss2020-12-05 14:11:15 +0100
commitc1e83c838c2b6f335cc531b51d849684b9d13bc9 (patch)
treea86122f824068d4fce8d5e6b4f7005bcd323e8a0
parentb182b8521f3cb582e86ba056bf6adc54165ca37b (diff)
downloadaur-c1e83c838c2b6f335cc531b51d849684b9d13bc9.tar.gz
libsemanage 3.1-2 update: Python 3.9 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efefeada7e4..cdfe4d7d1afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
install = libsemanage.install
arch = i686
@@ -17,7 +17,7 @@ pkgbase = libsemanage
depends = audit
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=3.1-1
+ provides = selinux-usr-libsemanage=3.1-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
source = https://github.com/SELinuxProject/selinux/releases/download/20200710/libsemanage-3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9c339ef54bd2..a9a9fff55a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=libsemanage
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/selinux'