summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-12-20 15:30:36 +0100
committerNicolas Iooss2021-12-20 15:31:02 +0100
commit0cdc70e26e74ef55c4042e9143717fef2184b556 (patch)
tree6360d58a2617f68e87eb868fc9741b431ba14c91
parent27f89f80fb27d2c58cc6583618bff629f17ff180 (diff)
downloadaur-0cdc70e26e74ef55c4042e9143717fef2184b556.tar.gz
libselinux 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 59e1023e0666..4806e13dffa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = libselinux
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.3-1
+ provides = selinux-usr-libselinux=3.3-2
conflicts = selinux-usr-libselinux
source = https://github.com/SELinuxProject/selinux/releases/download/3.3/libselinux-3.3.tar.gz
source = libselinux.tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index 19f0e695a6d7..5e56e1a69233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libselinux
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'