summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-05-22 11:28:27 +0200
committerNicolas Iooss2023-05-22 11:28:27 +0200
commit5f43c04649f5f7784efda357da3ec98c8fa8d599 (patch)
treefc754700942666e8bd2538a3b4c7e92e2c0bfcf7
parent0b9e13851ab84dfc039a86c33aa90eb5bf409377 (diff)
downloadaur-5f43c04649f5f7784efda357da3ec98c8fa8d599.tar.gz
libselinux 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 1b462911021c..7295e9c4199c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = libselinux
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.5-1
+ provides = selinux-usr-libselinux=3.5-2
conflicts = selinux-usr-libselinux
source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz
source = https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 4a477918dc60..43071a130e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libselinux
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'