diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:19:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:21:14 +0000 |
commit | f00e46babe6a346c553019959dc04cca4c061689 (patch) | |
tree | 993a980a529a42459e54cb5741a4d06e88df6d18 /main/joe | |
parent | 14a968fa1b3f2eb851a29bebb0195c5f46e6ef31 (diff) | |
download | aports-f00e46babe6a346c553019959dc04cca4c061689.tar.bz2 aports-f00e46babe6a346c553019959dc04cca4c061689.tar.xz |
main/joe: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/joe')
-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 577adbb23e..f0ea3026fb 100644 --- a/main/joe/APKBUILD +++ b/main/joe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=joe pkgver=4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Full featured terminal-based screen editor" url="http://joe-editor.sourceforge.net/" arch="all" |