summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-12-05 14:10:42 +0100
committerNicolas Iooss2020-12-05 14:10:42 +0100
commit29bfe37e051b04d31c40b084b77c3cbc65eb6b56 (patch)
tree85e358fb1e872f8916e47d664082b7199312179d
parent10927d3c72b3b6f241d060a15f09f7e74b9ee550 (diff)
downloadaur-29bfe37e051b04d31c40b084b77c3cbc65eb6b56.tar.gz
libselinux 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 f647e9111ca9..dc6849cc8a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = libselinux
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.1-1
+ provides = selinux-usr-libselinux=3.1-2
conflicts = selinux-usr-libselinux
source = https://github.com/SELinuxProject/selinux/releases/download/20200710/libselinux-3.1.tar.gz
source = libselinux.tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index 347957a93dd3..4abaff06b348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libselinux
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
url='https://github.com/SELinuxProject/selinux'