diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:54:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:54:27 +0000 |
commit | e4444d657a0da210eb52c244336976d20025d964 (patch) | |
tree | 091aa13ea2ef3a8602dd216537186706778c68d2 /testing/noice | |
parent | 824742b61be7d5bb4d62eac8a6b229627dad5025 (diff) | |
download | aports-e4444d657a0da210eb52c244336976d20025d964.tar.bz2 aports-e4444d657a0da210eb52c244336976d20025d964.tar.xz |
testing/noice: rebuild against ncurses wide char
Diffstat (limited to 'testing/noice')
-rw-r--r-- | testing/noice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/noice/APKBUILD b/testing/noice/APKBUILD index d309843889..ede012aed5 100644 --- a/testing/noice/APKBUILD +++ b/testing/noice/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: sin <sin@2f30.org> pkgname=noice pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="a simple file browser" url="http://git.2f30.org/noice" arch="all" |