~alpine/aports

testing/libtermkey: fix depends v1 PROPOSED

Marvin Steadfast: 1
 testing/libtermkey: fix depends

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2310/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/libtermkey: fix depends Export this patch

---
 testing/libtermkey/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/libtermkey/APKBUILD b/testing/libtermkey/APKBUILD
index 0f081ec..f05df5b 100644
--- a/testing/libtermkey/APKBUILD
+++ b/testing/libtermkey/APKBUILD
@@ -2,13 +2,13 @@
# 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="unibilium"
depends_dev="libtool"
depends_dev="libtool unibilium-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc $pkgname-dev"
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---