diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 13:28:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 13:28:24 +0000 |
commit | 8596ddbdc7c9f2eb29f56f6d375f73f98b1e4c1f (patch) | |
tree | 7cd062ad3ddacb332511250cff60cc74e2fc3569 /community | |
parent | ac5ddff73d7f3e4247ca73fa8be09ff3f6f11713 (diff) | |
download | aports-8596ddbdc7c9f2eb29f56f6d375f73f98b1e4c1f.tar.bz2 aports-8596ddbdc7c9f2eb29f56f6d375f73f98b1e4c1f.tar.xz |
community/libtermkey: mdepends fix
Diffstat (limited to 'community')
-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" |