diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 48ea15c7234..e3874b62471 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,6 +1,6 @@ # Template build file for 'bash'. pkgname=bash -_bash_patchlevel=006 +_bash_patchlevel=010 _bash_distver=4.2 version=${_bash_distver}.${_bash_patchlevel} #version=${_bash_distver} @@ -18,6 +18,8 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin ac_cv_func_working_mktime=yes" short_desc="The GNU Bourne Again Shell" maintainer="Juan RP " +homepage="http://www.gnu.org/software/bash/bash.html" +license="GPL-3" checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 long_desc=" Bash is an sh-compatible shell that incorporates useful features from