diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-28 18:31:45 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-28 18:31:45 -0500 |
commit | eb822e80611d1fc21432f549fb6b6d087d847c1d (patch) | |
tree | 3d1e1bb0fe297eaab7d172821e434561d913849f | |
parent | e985d9ae121ec6aa67df23690dcb5c1fa4d93e2f (diff) | |
download | packages-eb822e80611d1fc21432f549fb6b6d087d847c1d.tar.gz packages-eb822e80611d1fc21432f549fb6b6d087d847c1d.tar.bz2 packages-eb822e80611d1fc21432f549fb6b6d087d847c1d.tar.xz packages-eb822e80611d1fc21432f549fb6b6d087d847c1d.zip |
harmony/zsh: add-shell is from debianutils, so add that dep
-rw-r--r-- | harmony/zsh/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/harmony/zsh/APKBUILD b/harmony/zsh/APKBUILD index 277501492..0405b6ba6 100644 --- a/harmony/zsh/APKBUILD +++ b/harmony/zsh/APKBUILD @@ -3,11 +3,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zsh pkgver=5.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A very advanced and programmable command interpreter (shell)" url="http://www.zsh.org/" arch="all" license="BSD" +depends="debianutils" # add-shell makedepends="ncurses-dev pcre-dev" install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" source="http://www.zsh.org/pub/$pkgname-$pkgver.tar.gz |