summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:53:07 +0100
committerNicolas Iooss2023-12-15 20:53:07 +0100
commit261317d72dea9c5f97031718b6a36571d1cb8fd7 (patch)
tree4ded24cd8404218a34f71c52523cc914db476e29
parent32f5306ec35e4ca49526120dbf467ea8656767b3 (diff)
downloadaur-261317d72dea9c5f97031718b6a36571d1cb8fd7.tar.gz
selinux-python 3.6-1 update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d55fedc74b8..1181696c7b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = selinux-python
pkgdesc = SELinux python tools and libraries
- pkgver = 3.5
- pkgrel = 2
+ pkgver = 3.6
+ pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
@@ -13,16 +13,16 @@ pkgbase = selinux-python
depends = python
depends = python-audit
depends = python-ipy
- depends = libsemanage>=3.5
+ depends = libsemanage>=3.6
depends = setools>=4.4.0
- provides = sepolgen=3.5-2
+ provides = sepolgen=3.6-1
conflicts = sepolgen<2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-python-3.5.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-python-3.5.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/selinux-python-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/selinux-python-3.6.tar.gz.asc
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 8245bb4dae59333461f19ca0c79a829081f07972fa5e3ad4c2b2b917dd71d96b
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = e2867d4cd26f9869c55216cc20ca7d10442491a0fbf256116ade99ec39426ec0
sha256sums = SKIP
pkgname = selinux-python
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() {