diff options
Diffstat (limited to 'community/nload/PKGBUILD')
-rw-r--r-- | community/nload/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
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 <seblu+arch@seblu.net +# $Id: PKGBUILD 63950 2012-02-07 21:18:01Z seblu $ +# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Andreas Hauser <andy-aur@splashground.de> 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 |