summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2022-12-17 12:49:05 +0100
committerNicolas Iooss2022-12-17 12:49:05 +0100
commit100bb933436bae1e9e1be6118cf258f578b55828 (patch)
tree6fd50b31d137caa99f8172f09ecd04ebe5b7ca18 /PKGBUILD
parentea483002389e37b5af743bcad883e82ec21e2896 (diff)
downloadaur-100bb933436bae1e9e1be6118cf258f578b55828.tar.gz
psmisc-selinux 23.6-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9783ea248a98..fb063062085f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=psmisc-selinux
-pkgver=23.5
+pkgver=23.6
pkgrel=1
pkgdesc='Miscellaneous procfs tools with SELinux support'
arch=('x86_64' 'aarch64')
@@ -18,8 +18,10 @@ depends=('ncurses' 'libselinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
-source=("https://downloads.sourceforge.net/psmisc/${pkgname/-selinux}-${pkgver}.tar.xz")
-sha256sums=('dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b')
+validpgpkeys=('5D2FB320B825D93904D205193938F96BDF50FEA5') # Craig Small <csmall@debian.org>
+source=("https://downloads.sourceforge.net/psmisc/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('257dde06159a4c49223d06f1cccbeb68933a4514fc8f1d77c64b54f0d108822a'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"