summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-12-17 12:49:05 +0100
committerNicolas Iooss2022-12-17 12:49:05 +0100
commit100bb933436bae1e9e1be6118cf258f578b55828 (patch)
tree6fd50b31d137caa99f8172f09ecd04ebe5b7ca18
parentea483002389e37b5af743bcad883e82ec21e2896 (diff)
downloadaur-100bb933436bae1e9e1be6118cf258f578b55828.tar.gz
psmisc-selinux 23.6-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4069c464fbe9..445baffdfba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psmisc-selinux
pkgdesc = Miscellaneous procfs tools with SELinux support
- pkgver = 23.5
+ pkgver = 23.6
pkgrel = 1
url = https://gitlab.com/psmisc/psmisc
arch = x86_64
@@ -9,11 +9,14 @@ pkgbase = psmisc-selinux
license = GPL
depends = ncurses
depends = libselinux
- provides = psmisc=23.5-1
- provides = selinux-psmisc=23.5-1
+ provides = psmisc=23.6-1
+ provides = selinux-psmisc=23.6-1
conflicts = psmisc
conflicts = selinux-psmisc
- source = https://downloads.sourceforge.net/psmisc/psmisc-23.5.tar.xz
- sha256sums = dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b
+ source = https://downloads.sourceforge.net/psmisc/psmisc-23.6.tar.xz
+ source = https://downloads.sourceforge.net/psmisc/psmisc-23.6.tar.xz.asc
+ validpgpkeys = 5D2FB320B825D93904D205193938F96BDF50FEA5
+ sha256sums = 257dde06159a4c49223d06f1cccbeb68933a4514fc8f1d77c64b54f0d108822a
+ sha256sums = SKIP
pkgname = psmisc-selinux
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}"