diff --git a/templates/bash.tmpl b/templates/bash.tmpl index 15cafc2ef0..42254190f6 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"