summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:53:07 +0100
committerNicolas Iooss2023-12-15 20:53:07 +0100
commit261317d72dea9c5f97031718b6a36571d1cb8fd7 (patch)
tree4ded24cd8404218a34f71c52523cc914db476e29 /PKGBUILD
parent32f5306ec35e4ca49526120dbf467ea8656767b3 (diff)
downloadaur-261317d72dea9c5f97031718b6a36571d1cb8fd7.tar.gz
selinux-python 3.6-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3568f3e5b65d..34d44318f336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,23 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=selinux-python
-pkgver=3.5
-pkgrel=2
+pkgver=3.6
+pkgrel=1
pkgdesc="SELinux python tools and libraries"
groups=('selinux')
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
makedepends=('python-pip' 'python-setuptools')
-depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.5' 'setools>=4.4.0')
+depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.6' 'setools>=4.4.0')
conflicts=('sepolgen<2.7' 'policycoreutils<2.7')
provides=("sepolgen=${pkgver}-${pkgrel}")
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('8245bb4dae59333461f19ca0c79a829081f07972fa5e3ad4c2b2b917dd71d96b'
+sha256sums=('e2867d4cd26f9869c55216cc20ca7d10442491a0fbf256116ade99ec39426ec0'
'SKIP')
build() {