diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:44:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:21:14 +0000 |
commit | c65dd2c643cfeabdd3fe676b0adb7d07c2415f84 (patch) | |
tree | 78743058bf6130a6de46c593f10777fd0726cf44 | |
parent | 1e633d50585f690cf6926b20c8425f65c02e8e73 (diff) | |
download | aports-c65dd2c643cfeabdd3fe676b0adb7d07c2415f84.tar.bz2 aports-c65dd2c643cfeabdd3fe676b0adb7d07c2415f84.tar.xz |
main/dnstop: rebuild against fixed ncurses widechar only
-rw-r--r-- | main/dnstop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnstop/APKBUILD b/main/dnstop/APKBUILD index 417ad8cba5..2c37b63cc4 100644 --- a/main/dnstop/APKBUILD +++ b/main/dnstop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=dnstop pkgver=20140915 -pkgrel=2 +pkgrel=3 pkgdesc="A DNS traffic capture utility" url="http://dns.measurement-factory.com/tools/dnstop/" arch="all" |