diff options
author | root <root@rshg054.dnsready.net> | 2012-02-08 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-08 23:15:20 +0000 |
commit | 54b7119c36756b86ea463649ee972cd6c1ce5863 (patch) | |
tree | 973aa8caa4f7be614c973b0c56390bd5c61ba985 /community/nload/PKGBUILD | |
parent | 0dee03071a0643c3ee5820afa3c694dcef71d385 (diff) |
Wed Feb 8 23:15:20 UTC 2012
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 |