summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 01:15:24 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 01:15:24 +0200
commitefc8e0d9fc11f4fcb2e2d39a0bebdd21e8761f8c (patch)
treee770c4c7f177e6ab328f2c085173ff1c94a0dad1 /base
parentc6ad67217506c41088c79193b0420c0caeae286f (diff)
downloadnutyx-extra-efc8e0d9fc11f4fcb2e2d39a0bebdd21e8761f8c.tar.gz
nutyx-extra-efc8e0d9fc11f4fcb2e2d39a0bebdd21e8761f8c.tar.bz2
nutyx-extra-efc8e0d9fc11f4fcb2e2d39a0bebdd21e8761f8c.tar.xz
nutyx-extra-efc8e0d9fc11f4fcb2e2d39a0bebdd21e8761f8c.zip
maj psmisc#22.11-1
Diffstat (limited to 'base')
-rw-r--r--base/psmisc/.md5sum2
-rwxr-xr-xbase/psmisc/Pkgfile3
2 files changed, 3 insertions, 2 deletions
diff --git a/base/psmisc/.md5sum b/base/psmisc/.md5sum
index 0089508df..386b94c37 100644
--- a/base/psmisc/.md5sum
+++ b/base/psmisc/.md5sum
@@ -1 +1 @@
-e881383e7f399121cd0ce744f97d91a5 psmisc-22.10.tar.gz
+b5d32aa285b75c59dee96d3ea26a4881 psmisc-22.11.tar.gz
diff --git a/base/psmisc/Pkgfile b/base/psmisc/Pkgfile
index ce2c42fc9..eff95bbbf 100755
--- a/base/psmisc/Pkgfile
+++ b/base/psmisc/Pkgfile
@@ -4,7 +4,7 @@
# Packager: thierryn1 at hispeed dot ch
name=psmisc
-version=22.10
+version=22.11
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
@@ -16,5 +16,6 @@ build() {
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/bin
+# mv /usr/bin/killall /bin
# ln -sv killall $PKG/bin/pidof
}