summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2013-12-03 12:01:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 16:05:34 +0000
commit9558277ae3b4aaa9bd006d1b1e0b50a064349870 (patch)
treef8760e3f2358c9e89306a5efa59d301d62b8334c
parent8941d8b2c32e6b3c2554d25657f308cea69ad207 (diff)
downloadaports-9558277ae3b4aaa9bd006d1b1e0b50a064349870.tar.bz2
aports-9558277ae3b4aaa9bd006d1b1e0b50a064349870.tar.xz
testing/ghi: add missing dep for tput
-rw-r--r--testing/ghi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ghi/APKBUILD b/testing/ghi/APKBUILD
index 2412dfb27..20df1f532 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"