diff options
Diffstat (limited to 'community/libtermkey/APKBUILD')
-rw-r--r-- | community/libtermkey/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libtermkey/APKBUILD b/community/libtermkey/APKBUILD index 55e2c6f9b7..ef8cae872d 100644 --- a/community/libtermkey/APKBUILD +++ b/community/libtermkey/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=libtermkey pkgver=0.18 -pkgrel=0 +pkgrel=1 pkgdesc="Library for easy processing of keyboard entry from terminal-based programs" url="http://www.leonerd.org.uk/code/libtermkey" arch="all" license="MIT" depends="" depends_dev="unibilium-dev" -makedepends="$depends_dev libtool perl" +makedepends="$depends_dev libtool perl perl-utils" subpackages="$pkgname-doc $pkgname-dev" source="http://www.leonerd.org.uk/code/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |