diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:54:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:54:47 +0000 |
commit | 9af4e0442f8919c6c1a1b74928dfc8db2a10ca7c (patch) | |
tree | c72049140aace29b8d10b5b323c3e4667f668eed /testing | |
parent | e4444d657a0da210eb52c244336976d20025d964 (diff) | |
download | aports-9af4e0442f8919c6c1a1b74928dfc8db2a10ca7c.tar.bz2 aports-9af4e0442f8919c6c1a1b74928dfc8db2a10ca7c.tar.xz |
testing/sngrep: rebuild against ncurses wide char
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sngrep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sngrep/APKBUILD b/testing/sngrep/APKBUILD index e1d7b2a767..cf96b271c0 100644 --- a/testing/sngrep/APKBUILD +++ b/testing/sngrep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sngrep pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for displaying SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" arch="all" |