~alpine/devel

testing/ghi: add missing dep for tput v1 PROPOSED

Eivind Uggedal: 1
 testing/ghi: add missing dep for tput

 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/devel/patches/599/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/ghi: add missing dep for tput Export this patch

---
 testing/ghi/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/ghi/APKBUILD b/testing/ghi/APKBUILD
index 2412dfb27c9f..20df1f5320ab 100644
--- a/testing/ghi/APKBUILD
+++ b/testing/ghi/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Eivind Uggedal <eivind@uggedal.com>
pkgname=ghi
pkgver=0.9.0.20131120
pkgrel=0
pkgrel=1
pkgdesc="GitHub Issues on the command line"
url="https://github.com/stephencelis/ghi"
arch="noarch"
license="MIT"
depends="ruby"
depends="ruby ncurses"
makedepends=""
install=""
subpackages="$pkgname-doc"
-- 
1.8.4.3



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