diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:21:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:21:01 +0000 |
commit | a8f815e9406d0c44cf11f9c4c9c8b2015145e65e (patch) | |
tree | 13f84168958f994935416a8c8cdeb6155108b18c /main | |
parent | e5320c46db4268c816684f2342e0da90b2f8a6a8 (diff) | |
download | aports-a8f815e9406d0c44cf11f9c4c9c8b2015145e65e.tar.bz2 aports-a8f815e9406d0c44cf11f9c4c9c8b2015145e65e.tar.xz |
main/texinfo: rebuild against ncurses wide char
Diffstat (limited to 'main')
-rw-r--r-- | main/texinfo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index dd9cfd87cd..79614202f6 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=texinfo pkgver=5.2 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" url="http://www.gnu.org/software/texinfo/" arch="all" |