From 54b7119c36756b86ea463649ee972cd6c1ce5863 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Feb 2012 23:15:20 +0000 Subject: Wed Feb 8 23:15:20 UTC 2012 --- community/nload/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'community/nload') diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD index 2518e64ee..f8cd1d0b6 100644 --- a/community/nload/PKGBUILD +++ b/community/nload/PKGBUILD @@ -1,16 +1,17 @@ -# Maintainer: Sebastien Luttringer # Contributor: Andreas Hauser pkgname=nload -pkgver=0.7.3 -pkgrel=2 -pkgdesc='Console application which monitors network traffic and bandwidth usage in real time' +pkgver=0.7.4 +pkgrel=1 +pkgdesc='Monitors network traffic and bandwidth usage' url='http://www.roland-riegel.de/nload' license=('GPL2') -depends=('ncurses' 'gcc-libs') +depends=('ncurses') arch=('i686' 'x86_64') source=("$url/$pkgname-$pkgver.tar.gz") -md5sums=('9b97c37fe1474f1da42f265fead24081') +md5sums=('3c733c528f244ca5a4f76bf185729c39') build() { cd $pkgname-$pkgver -- cgit v1.2.3-54-g00ecf