diff options
Diffstat (limited to 'community/nethogs')
-rw-r--r-- | community/nethogs/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD index 3bf9ec080..8aae62a47 100644 --- a/community/nethogs/PKGBUILD +++ b/community/nethogs/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 83919 2013-02-06 14:47:26Z kkeen $ +# $Id: PKGBUILD 114067 2014-07-01 12:43:45Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: ViNS <gladiator@fastwebnet.it> # Contributor: Daenyth pkgname=nethogs pkgver=0.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface" url="http://nethogs.sourceforge.net" -license=(GPL) -depends=(libpcap ncurses gcc-libs) -arch=(i686 x86_64) +license=('GPL') +depends=('libpcap' 'ncurses' 'gcc-libs') +arch=('i686' 'x86_64') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz gcc44.patch) md5sums=('d6fb12b46e80a50c9b9f91dd48e2b234' '62eb824fbbadd1c60d0749593c16d293') |