summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2020-04-07 20:57:21 +0200
committerNicolas Iooss2020-04-07 20:57:21 +0200
commitd8db25525bb463c91249966c158566835ab4352d (patch)
tree2790ccd3590856c07d3d1e62a1a791a6af7e1945 /PKGBUILD
parent4e35a8c3b9d5f631243f8aaf4817d118054ee825 (diff)
downloadaur-d8db25525bb463c91249966c158566835ab4352d.tar.gz
setools 4.3.0-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35b98c4f56c2..9a70bdc9582e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@
# - replace setools 3.3.8 with setools3-libs and install setools then.
pkgname=setools
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ checkdepends=('checkpolicy')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/setools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('210bd0fa6ce6fa8a39b91dc46e406aa2482bc58108947430b8ac7c996eec263a')
+sha256sums=('315df3ae0eb29b399123c5e3330480c5d1c0da038671c9fd62a439c49a6f9105')
build() {
cd "${pkgname}"