aboutsummaryrefslogtreecommitdiffstats
path: root/community/psmisc
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-24 23:29:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 23:52:28 -0300
commitff0e8e9f43b9b2753be5daa4f50504368ce650b4 (patch)
treeea44f46a3cdb177f175eaa94b6352a3c8b3d5401 /community/psmisc
parent44977e586717cbced65c04a9d6c01cd019800531 (diff)
downloadaports-ff0e8e9f43b9b2753be5daa4f50504368ce650b4.tar.bz2
aports-ff0e8e9f43b9b2753be5daa4f50504368ce650b4.tar.xz
community/psmisc: upgrade to 23.3
Diffstat (limited to 'community/psmisc')
-rw-r--r--community/psmisc/APKBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/community/psmisc/APKBUILD b/community/psmisc/APKBUILD
index eb438e395b..b42ba3bfbd 100644
--- a/community/psmisc/APKBUILD
+++ b/community/psmisc/APKBUILD
@@ -1,22 +1,19 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=psmisc
-pkgver=23.2
-pkgrel=1
+pkgver=23.3
+pkgrel=0
pkgdesc="A set of some small useful utilities that use the proc filesystem"
url="http://psmisc.sourceforge.net/"
arch="all"
-license="BSD GPL"
-depends=""
+license="GPL-2.0-or-later"
makedepends="gettext-dev libintl ncurses-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://downloads.sourceforge.net/psmisc/$pkgname-$pkgver.tar.xz
+source="https://downloads.sourceforge.net/psmisc/psmisc-$pkgver.tar.xz
include_limits.patch
musl_ptregs.patch
"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
@@ -25,15 +22,13 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
- cd "$builddir"
make check
}
-sha512sums="a8d4e91443b66de1c4418fd74b5eb6dd42caddc937e75dfb35a4e49b9b35236db779e2a480c1693bcc7feaf0957b1028850134040685e88e6ff7ffcb572e20e8 psmisc-23.2.tar.xz
+sha512sums="84e99ecb1d8125cb0adf34a76da21f75ed8498003a27941af0c1315853a95d3a0519d58ed21cc51c32327515670e745778a7eca02125d687498ee8ab1db4d238 psmisc-23.3.tar.xz
63dea6a65c4cabcfa06d225950bc78fd6ac42f7445b8d10bde5e86dd8d96eb89823e486d7635b78562da058642f87289356c416225563a8e1ccfc2e32d81e884 include_limits.patch
73dec9791e8cdb85cd3d9ef9be4d16e0fef481c6edc334ed9e954829444b1a92b87f7a3a2e6c1d09ac207bed828f214f5f2a95caa66540a7f2a6c58a6b8f6f2c musl_ptregs.patch"