# HG changeset patch # User Hans-G?nter Theisgen # Date 1587967696 -3600 # Node ID fed66166963882bf173f0edfbd660baac4201463 # Parent 8af51fadeab7c0771e30b8b5d2ec0819b8f62ef3 updated tcsh (6.21.00 -> 6.22.02) diff -r 8af51fadeab7 -r fed661669638 tcsh/receipt --- a/tcsh/receipt Mon Apr 27 06:44:33 2020 +0100 +++ b/tcsh/receipt Mon Apr 27 07:08:16 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tcsh" -VERSION="6.21.00" +VERSION="6.22.02" CATEGORY="system-tools" SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." MAINTAINER="samuel_trassare@yahoo.com" @@ -10,11 +10,11 @@ TARBALL="TCSH${VERSION//./_}.tar.gz" WGET_URL="https://github.com/tcsh-org/$PACKAGE/archive/$TARBALL" -#The following build dep will be necessary when glibc ups to 2.14. -#BUILD_DEPENDS="libtirpc" DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" +#The following build dep will be necessary when glibc ups to 2.14. +#BUILD_DEPENDS="libtirpc" # Rules to configure and make the package. compile_rules()