diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/texinfo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index debd990c3b..121ca9c7d2 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=texinfo pkgver=5.1 -pkgrel=0 +pkgrel=1 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" -license='GPL3' -depends= +license='GPL23' +depends="perl" makedepends="ncurses-dev perl" source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" subpackages="$pkgname-doc" |