summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-10 11:46:00 +0100
committerNicolas Iooss2021-03-14 10:33:02 +0100
commitbbad5797bbebab0fb1a85d822a343e0471594bdd (patch)
tree0978e3be5176075275003267e84ea5572eab2010 /PKGBUILD
parent6e8194332e9e8e95bf15100aad2c9277da84e4da (diff)
downloadaur-bbad5797bbebab0fb1a85d822a343e0471594bdd.tar.gz
selinux-python 3.2-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cabcf112e3ad..6abbb27731da 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.1
-pkgrel=2
+pkgver=3.2
+pkgrel=1
pkgdesc="SELinux python tools and libraries"
groups=('selinux')
arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
-depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.1' 'setools>=4.0.0')
+depends=('python' 'python-audit' 'python-ipy' 'libsemanage>=3.2' 'setools>=4.4.0')
conflicts=('sepolgen<2.7' 'policycoreutils<2.7')
provides=("sepolgen=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f4d0a1a030bc291a6af498b26e0676b745075dd289a8ba16cdec86c3ea8f2f02')
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('770855ea8120ef23007fdb9db94b1ed6e8cd77917b584ed8877bbee9c16e74fb')
build() {
cd "${pkgbase}-${pkgver}"