summaryrefslogtreecommitdiff
path: root/core/psmisc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
committerroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
commit39e662ccfbe62ae77d458159d192816171a22f43 (patch)
tree2484a55934cd77dd33597ab2f214de5b7326cf69 /core/psmisc
parenta3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff)
Thu Mar 22 00:01:28 UTC 2012
Diffstat (limited to 'core/psmisc')
-rw-r--r--core/psmisc/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/core/psmisc/PKGBUILD b/core/psmisc/PKGBUILD
index 2c49aec49..dcf09fca8 100644
--- a/core/psmisc/PKGBUILD
+++ b/core/psmisc/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 149213 2012-02-06 11:42:36Z eric $
+# $Id: PKGBUILD 153948 2012-03-21 02:16:23Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=psmisc
-pkgver=22.15
+pkgver=22.16
pkgrel=1
pkgdesc="Miscellaneous procfs tools"
arch=('i686' 'x86_64')
@@ -10,13 +10,11 @@ url="http://psmisc.sourceforge.net/index.html"
license=('GPL')
groups=('base')
depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz COMM_LEN-to-18.patch)
-sha1sums=('06f507d889afab70ac7ff20fbd419ca2ffcf90c0'
- '6f45338fc34e453bea5273691a0cf81ed3e20fb8')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('27f1c8deab06e79101af1914ff81a9d561f2fcfe')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../COMM_LEN-to-18.patch
./configure --prefix=/usr
make
}