summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:21 +0100
committerNicolas Iooss2021-10-31 09:24:21 +0100
commit43be059657104c0e6ea2c93ba06f0ce0dbe701be (patch)
treef8777ed7293e8859b81e81d8b3c33210740e14c9
parenta013e9787e31da3ee21b89f7353431a9b0d056f9 (diff)
downloadaur-43be059657104c0e6ea2c93ba06f0ce0dbe701be.tar.gz
selinux-python 3.3-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e706dce75b08..b7a02898ce36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-python
pkgdesc = SELinux python tools and libraries
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -11,12 +11,12 @@ pkgbase = selinux-python
depends = python
depends = python-audit
depends = python-ipy
- depends = libsemanage>=3.2
+ depends = libsemanage>=3.3
depends = setools>=4.4.0
- provides = sepolgen=3.2-1
+ provides = sepolgen=3.3-1
conflicts = sepolgen<2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-python-3.2.tar.gz
- sha256sums = 770855ea8120ef23007fdb9db94b1ed6e8cd77917b584ed8877bbee9c16e74fb
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/selinux-python-3.3.tar.gz
+ sha256sums = 8ad91061300387996ccb474962fb93dde263d924aa8f740618be16b22e2444ec
pkgname = selinux-python
diff --git a/PKGBUILD b/PKGBUILD
index 28eaa6907f47..a05605556f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=selinux-python
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux python tools and libraries"
groups=('selinux')
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
-depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.2' 'setools>=4.4.0')
+depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.3' 'setools>=4.4.0')
conflicts=('sepolgen<2.7' 'policycoreutils<2.7')
provides=("sepolgen=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('770855ea8120ef23007fdb9db94b1ed6e8cd77917b584ed8877bbee9c16e74fb')
+sha256sums=('8ad91061300387996ccb474962fb93dde263d924aa8f740618be16b22e2444ec')
build() {
cd "${pkgbase}-${pkgver}"