From 8ef456bcd269ae2140332931955746bbd2eb3fed Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 02:43:51 +0200 Subject: [PATCH] bash: updated checksum and {build,run}_depends. --HG-- extra : convert_revision : 1e44a58e5f3fa13b32bb72927b9ca71f2927ee38 --- templates/bash.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/bash.tmpl b/templates/bash.tmpl index 15cafc2ef0e..42254190f69 100755 --- a/templates/bash.tmpl +++ b/templates/bash.tmpl @@ -10,7 +10,7 @@ configure_args="--enable-readline --enable-progcomp --enable-alias --enable-brace-expansion --enable-array-variables" short_desc="The GNU Bourne Again Shell" maintainer="Juan RP " -checksum=a73f790817d98be375a36def567737498e33aaf1 +checksum=26c99025b59e30779300b68adb764f824974d267a4d7cc1b347d14a2393f9fb4 long_desc=" Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to @@ -22,3 +22,6 @@ long_desc=" arrays of unlimited size, and integer arithmetic in any base from two to sixty-four. In addition, most sh scripts can be run by Bash without modification." + +build_depends="bison-2.3 ncurses-5.6" +run_depends="glibc-2.8 ncurses-5.3"