summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-11-19 22:28:57 +0100
committerNicolas Iooss2019-11-19 22:28:57 +0100
commit009540b59ebcc0e356e3f499de1849e12a5a397e (patch)
tree54b6bbdc63130164f0f34943aada98c948074980
parentb1e1755cf311005f387f6e96418dd76850c5a299 (diff)
downloadaur-009540b59ebcc0e356e3f499de1849e12a5a397e.tar.gz
psmisc-selinux 23.3-2 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2951129498b8..1ec3880a7f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = psmisc-selinux
pkgdesc = Miscellaneous procfs tools with SELinux support
- pkgver = 23.2
- pkgrel = 1
+ pkgver = 23.3
+ pkgrel = 2
url = http://psmisc.sourceforge.net/
arch = x86_64
groups = selinux
license = GPL
depends = ncurses
depends = libselinux
- provides = psmisc=23.2-1
- provides = selinux-psmisc=23.2-1
+ provides = psmisc=23.3-2
+ provides = selinux-psmisc=23.3-2
conflicts = psmisc
conflicts = selinux-psmisc
- source = https://downloads.sourceforge.net/psmisc/psmisc-23.2.tar.xz
- sha256sums = 4b7cbffdc9373474da49b85dc3457ae511c43dc7fa7d94513fe06f89dcb87880
+ source = https://downloads.sourceforge.net/psmisc/psmisc-23.3.tar.xz
+ sha256sums = 41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a
pkgname = psmisc-selinux
diff --git a/PKGBUILD b/PKGBUILD
index b11493d3add0..d4d756cdc56e 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.2
-pkgrel=1
+pkgver=23.3
+pkgrel=2
pkgdesc='Miscellaneous procfs tools with SELinux support'
arch=('x86_64')
url='http://psmisc.sourceforge.net/'
@@ -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=('4b7cbffdc9373474da49b85dc3457ae511c43dc7fa7d94513fe06f89dcb87880')
+sha256sums=('41750e1a5abf7ed2647b094f58127c73dbce6876f77ba4e0a7e0995ae5c7279a')
build() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"