# HG changeset patch # User Christopher Rogers # Date 1319659843 0 # Node ID 93efe993d3126bad27ba2ed9cf3daac423bb68e3 # Parent d12296a4ada420bd919c68e2c5a670ae6053d079 Up: zsh to 4.3.12. diff -r d12296a4ada4 -r 93efe993d312 zsh/receipt --- a/zsh/receipt Wed Oct 26 20:08:01 2011 +0000 +++ b/zsh/receipt Wed Oct 26 20:10:43 2011 +0000 @@ -1,10 +1,8 @@ # SliTaz package receipt. PACKAGE="zsh" -VERSION="4.3.11" +VERSION="4.3.12" CATEGORY="system-tools" -DEPENDS="ncurses zlib ncursesw" -BUILD_DEPENDS="ncurses-dev zlib-dev" SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" MAINTAINER="sandys@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -12,6 +10,9 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="shell" +DEPENDS="ncurses zlib ncursesw" +BUILD_DEPENDS="ncurses-dev zlib-dev" + # Rules to configure and make the package. compile_rules() {