[alpine-devel] [PATCH] testing/ghi: add missing dep for tput
Export this patch
---
testing/ghi/APKBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
applied. thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
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
---