diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 07:19:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 07:19:47 +0000 |
commit | 4f7dfdbb90c6c2945c0d14e416f0c7052f29f9e3 (patch) | |
tree | c088c02d8f6769593d55ed4e2a609149cbca4a97 /testing/diod | |
parent | 993b1cd8ae854c4501411c0ec673481a1098ef8b (diff) | |
download | aports-4f7dfdbb90c6c2945c0d14e416f0c7052f29f9e3.tar.bz2 aports-4f7dfdbb90c6c2945c0d14e416f0c7052f29f9e3.tar.xz |
testing/diod: rebuild against fixed ncurses widechar only
Diffstat (limited to 'testing/diod')
-rw-r--r-- | testing/diod/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/diod/APKBUILD b/testing/diod/APKBUILD index 2c02111863..817d43c4df 100644 --- a/testing/diod/APKBUILD +++ b/testing/diod/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=diod pkgver=1.0.24 -pkgrel=1 +pkgrel=2 pkgdesc="Distributed I/O Daemon - a 9P file server" url="http://github.com/chaos/diod" arch="all" |