summaryrefslogtreecommitdiff
path: root/community/nmon/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /community/nmon/PKGBUILD
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'community/nmon/PKGBUILD')
-rw-r--r--community/nmon/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nmon/PKGBUILD b/community/nmon/PKGBUILD
index 6420dedb8..8c938cf04 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')
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() {