summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-05-22 11:28:55 +0200
committerNicolas Iooss2023-05-22 11:28:55 +0200
commitd9c5aabdaf1077b9c6aca6d59c5d20c37e0dbaad (patch)
treea06b696f8d0f9ef9606eb0d856fa7325148dd64e
parentcccaeaebbe46c4a84862cbbceb104bf81d89f891 (diff)
downloadaur-d9c5aabdaf1077b9c6aca6d59c5d20c37e0dbaad.tar.gz
libsemanage 3.5-2 update: Python 3.11 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ccc3aa558ee..0ea0f0350075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 3.5
- 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.5-1
+ provides = selinux-usr-libsemanage=3.5-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libsemanage-3.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e25110f4d9e2..d26bba86bfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=libsemanage
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'