bash: updated checksum and {build,run}_depends.

--HG--
extra : convert_revision : 1e44a58e5f3fa13b32bb72927b9ca71f2927ee38
This commit is contained in:
Juan RP 2008-10-22 02:43:51 +02:00
parent 1def87c72c
commit 8ef456bcd2
1 changed files with 4 additions and 1 deletions

View File

@ -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 <xtraeme@gmail.com>"
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"