diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 20644429287..2a88918edd2 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,7 +1,7 @@ # Template file for 'chroot-bash' pkgname=chroot-bash _bash_distver=5.0 -_bash_patchlevel=0 +_bash_patchlevel=002 version="${_bash_distver}.${_bash_patchlevel}" revision=1 wrksrc="bash-${_bash_distver}" @@ -10,7 +10,7 @@ build_style=gnu-configure # bundled termcap library when bootstrapping from source on a foreign system configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap" -short_desc="The GNU Bourne Again Shell -- for xbps-src use" +short_desc="GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/bash/bash.html"