diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:15:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:15:17 +0000 |
commit | 078b7705368fdf62629896e94c121f6333a1a9eb (patch) | |
tree | 8b54134b8faeb68f9c304e9ac4f89438116a99f6 | |
parent | 77b000af58138501479b6b74f709489c25ba0bf3 (diff) | |
download | aports-078b7705368fdf62629896e94c121f6333a1a9eb.tar.bz2 aports-078b7705368fdf62629896e94c121f6333a1a9eb.tar.xz |
main/joe: rebuild against ncurses wide char
-rw-r--r-- | main/joe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/joe/APKBUILD b/main/joe/APKBUILD index fdaede0fa5..577adbb23e 100644 --- a/main/joe/APKBUILD +++ b/main/joe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=joe pkgver=4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Full featured terminal-based screen editor" url="http://joe-editor.sourceforge.net/" arch="all" |