diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:14:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:14:28 +0000 |
commit | 7b2b24890e2a074847d60340a4eccbe160723192 (patch) | |
tree | 5ad82504f733703823328ad8c1ba7f531fdd6f18 /main/iftop/APKBUILD | |
parent | 31ff8f924b4167391360530d6fcc7112eb234c32 (diff) | |
download | aports-7b2b24890e2a074847d60340a4eccbe160723192.tar.bz2 aports-7b2b24890e2a074847d60340a4eccbe160723192.tar.xz |
main/iftop: rebuild against ncurses wide char
Diffstat (limited to 'main/iftop/APKBUILD')
-rw-r--r-- | main/iftop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iftop/APKBUILD b/main/iftop/APKBUILD index 81bb6c46f5..63cc82d8a9 100644 --- a/main/iftop/APKBUILD +++ b/main/iftop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iftop pkgver=0.17 -pkgrel=5 +pkgrel=6 pkgdesc="A tool to display bandwidth usage on an interface" url="http://www.ex-parrot.com/~pdw/iftop/" arch="all" |