summaryrefslogtreecommitdiff
path: root/community/iftop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iftop/PKGBUILD')
-rw-r--r--community/iftop/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD
index c74667fab..007632adf 100644
--- a/community/iftop/PKGBUILD
+++ b/community/iftop/PKGBUILD
@@ -1,20 +1,19 @@
-# $Id: PKGBUILD 92025 2013-05-30 23:36:54Z seblu $
+# $Id: PKGBUILD 96466 2013-08-30 08:54:27Z fyan $
# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
# Contributor: slubman <slubman@slubman.net>
pkgname=iftop
-pkgver=0.17
-pkgrel=11
-pkgdesc="iftop does for network usage what top(1) does for CPU usage"
+pkgver=1.0pre2
+pkgrel=1
+pkgdesc="Display bandwidth usage on an interface"
arch=('i686' 'x86_64')
url="http://www.ex-parrot.com/~pdw/iftop/"
license=('GPL')
depends=('libpcap' 'ncurses')
-options=('!makeflags')
+#options=('!makeflags')
source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
-md5sums=('062bc8fb3856580319857326e0b8752d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,3 +27,4 @@ package() {
make DESTDIR="$pkgdir" install
}
+sha512sums=('708172baa00a94671b494f33e7290af9ed4e0f764fabb500187855ee39840e379590274802e9ef360c128e881cfe0cefe7a12a9bfdcf9cfa7ffb49746b02300a')