aboutsummaryrefslogtreecommitdiffstats
path: root/community/libtermkey/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 13:28:24 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 13:28:24 +0000
commit8596ddbdc7c9f2eb29f56f6d375f73f98b1e4c1f (patch)
tree7cd062ad3ddacb332511250cff60cc74e2fc3569 /community/libtermkey/APKBUILD
parentac5ddff73d7f3e4247ca73fa8be09ff3f6f11713 (diff)
community/libtermkey: mdepends fix
Diffstat (limited to 'community/libtermkey/APKBUILD')
-rw-r--r--community/libtermkey/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libtermkey/APKBUILD b/community/libtermkey/APKBUILD
index 55e2c6f9b71..ef8cae872d2 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"