summaryrefslogtreecommitdiff
path: root/community/nload/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nload/PKGBUILD')
-rw-r--r--community/nload/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nload/PKGBUILD b/community/nload/PKGBUILD
index f8cd1d0b6..2abae81ea 100644
--- a/community/nload/PKGBUILD
+++ b/community/nload/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 63950 2012-02-07 21:18:01Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 114524 2014-07-01 18:55:52Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Andreas Hauser <andy-aur@splashground.de>
pkgname=nload
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
pkgdesc='Monitors network traffic and bandwidth usage'
url='http://www.roland-riegel.de/nload'
license=('GPL2')
-depends=('ncurses')
+depends=('gcc-libs' 'ncurses')
arch=('i686' 'x86_64')
source=("$url/$pkgname-$pkgver.tar.gz")
md5sums=('3c733c528f244ca5a4f76bf185729c39')
@@ -24,4 +24,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: