X-Git-Url: http://gitweb/?a=blobdiff_plain;f=psmisc%2FPkgfile;h=e9500a516fd88cd25b1a67b271c83fa24249cd1a;hb=d7a1806370c353fe4ce790a775a2e3bdbb7c6c9f;hp=72d4c2814c5ce14d6fa31836a18f8551a5d250c5;hpb=3cc65a366ece95177b9aa57de533998d68127d24;p=crossrootfs.git diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index 72d4c28..e9500a5 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -1,13 +1,13 @@ # Description: Small utilities that use the /proc filesystem # URL: http://psmisc.sourceforge.net/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: ncurses name=psmisc -version=22.10 +version=22.21 release=1 -source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz) build() { cd $name-$version @@ -26,5 +26,5 @@ EOF make make DESTDIR=$PKG install - rm -f $PKG/usr/bin/{oldfuser,pstree.x11} + rm -f $PKG/usr/bin/pstree.x11 }