summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-02-14 19:51:35 +0100
committerNicolas Iooss2021-02-14 19:51:35 +0100
commitbd4b81e51e75bc99c7891549f31cc9018268d7ab (patch)
tree76e055e88b23490eb70678a454f30574f93a3b5e
parentce9f5706dd9d8145afc021d0f9386f94a35878e4 (diff)
downloadaur-bd4b81e51e75bc99c7891549f31cc9018268d7ab.tar.gz
psmisc-selinux 23.4-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08582aa1fff..e8ef6085d692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = psmisc-selinux
pkgdesc = Miscellaneous procfs tools with SELinux support
- pkgver = 23.3
- pkgrel = 4
+ pkgver = 23.4
+ pkgrel = 1
url = https://gitlab.com/psmisc/psmisc
arch = x86_64
groups = selinux
license = GPL
depends = ncurses
depends = libselinux
- provides = psmisc=23.3-4
- provides = selinux-psmisc=23.3-4
+ provides = psmisc=23.4-1
+ provides = selinux-psmisc=23.4-1
conflicts = psmisc
conflicts = selinux-psmisc
- source = https://downloads.sourceforge.net/psmisc/psmisc-23.3.tar.xz
- sha256sums = 41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a
+ source = https://downloads.sourceforge.net/psmisc/psmisc-23.4.tar.xz
+ sha256sums = 7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679
pkgname = psmisc-selinux
diff --git a/PKGBUILD b/PKGBUILD
index 42964d8801cd..24537c8ed457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=psmisc-selinux
-pkgver=23.3
-pkgrel=4
+pkgver=23.4
+pkgrel=1
pkgdesc='Miscellaneous procfs tools with SELinux support'
arch=('x86_64')
url='https://gitlab.com/psmisc/psmisc'
@@ -19,7 +19,7 @@ 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=('41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a')
+sha256sums=('7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679')
build() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"