summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-12-20 15:31:39 +0100
committerNicolas Iooss2021-12-20 15:31:39 +0100
commit41b21459ff68591d25bcfcb8a9682da9176c20d9 (patch)
treed0be8f2f73a88c797e4072b5b8a8d311aa0541bb
parent97f8e1c22f7b8c533d8df4faee109a2d2661f2e8 (diff)
downloadaur-41b21459ff68591d25bcfcb8a9682da9176c20d9.tar.gz
libsemanage 3.3-2 update: Python 3.10 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56037ceea9b8..f25b59e92f6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
install = libsemanage.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = libsemanage
depends = audit
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libsemanage=3.3-1
+ provides = selinux-usr-libsemanage=3.3-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
source = https://github.com/SELinuxProject/selinux/releases/download/3.3/libsemanage-3.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5ece01d22062..5b52ca8a3fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=libsemanage
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'