diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2013-12-03 12:01:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 16:05:34 +0000 |
commit | 9558277ae3b4aaa9bd006d1b1e0b50a064349870 (patch) | |
tree | f8760e3f2358c9e89306a5efa59d301d62b8334c /testing | |
parent | 8941d8b2c32e6b3c2554d25657f308cea69ad207 (diff) | |
download | aports-9558277ae3b4aaa9bd006d1b1e0b50a064349870.tar.bz2 aports-9558277ae3b4aaa9bd006d1b1e0b50a064349870.tar.xz |
testing/ghi: add missing dep for tput
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ghi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ghi/APKBUILD b/testing/ghi/APKBUILD index 2412dfb27c..20df1f5320 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" |