diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:14:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:14:13 +0000 |
commit | ef211abeecaf5c8aa391e3277d08c217b04202dc (patch) | |
tree | 8a14cbef5032f86a34a16e1805a5b0fa9aa1af28 /main/texinfo | |
parent | b03ffffda63dd829c224cc7271024667e7ba68ae (diff) | |
download | aports-ef211abeecaf5c8aa391e3277d08c217b04202dc.tar.bz2 aports-ef211abeecaf5c8aa391e3277d08c217b04202dc.tar.xz |
main/texinfo: rebuild against ncurses-6.0
Diffstat (limited to 'main/texinfo')
-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 f217624e8d..dd9cfd87cd 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=1 +pkgrel=2 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" |