diff options
Diffstat (limited to 'community/nmon/PKGBUILD')
-rw-r--r-- | community/nmon/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nmon/PKGBUILD b/community/nmon/PKGBUILD index c17e268d8..f4ccff67a 100644 --- a/community/nmon/PKGBUILD +++ b/community/nmon/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 67998 2012-03-16 23:55:43Z giovanni $ +# $Id: PKGBUILD 99425 2013-10-28 14:29:30Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=nmon -pkgver=14g -pkgrel=3 +pkgver=14i +pkgrel=1 pkgdesc="AIX & Linux Performance Monitoring tool" arch=('i686' 'x86_64' 'mips64el') url="http://nmon.sourceforge.net" license=('GPL') depends=('ncurses') source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c") -md5sums=('e537f51446fb375140368b115dc8278b') +sha256sums=('d401cb5048e3e8e8f1ad63e68a0499c73ec64d5d2b7c41a1aeb2b596374eaa86') build() { cd ${srcdir} - cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g + cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D X86 } package() { |