psmisc: update to 23.0
This commit is contained in:
parent
0d52dca5e1
commit
e5f64d855b
|
@ -1,12 +0,0 @@
|
|||
PATH_MAX is defined in limits.h.
|
||||
|
||||
--- src/pstree.c.orig 2014-11-10 15:26:59.195715584 +0100
|
||||
+++ src/pstree.c 2014-11-10 15:27:20.666926426 +0100
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <termios.h>
|
||||
#include <langinfo.h>
|
||||
#include <assert.h>
|
||||
+#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'psmisc'
|
||||
pkgname=psmisc
|
||||
version=22.21
|
||||
revision=4
|
||||
version=23.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Small set of utilities that use the linux proc filesystem"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://psmisc.sourceforge.net/index.html"
|
||||
homepage="https://gitlab.com/psmisc/psmisc"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=97323cad619210845b696d7d722c383852b2acb5c49b5b0852c4f29c77a8145a
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=7553318c5ecf021d3b98de0a200761e1a5898397832499201c1aa191a053f04c
|
||||
|
|
Loading…
Reference in New Issue