diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index a977c3a7d5c..03a5652b21e 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,7 +1,7 @@ # Template file for 'bash' pkgname=bash version=5.2.21 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --without-installed-readline" make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a" @@ -24,7 +24,7 @@ alternatives=" sh:sh:/usr/bin/bash sh:sh.1:/usr/share/man/man1/bash.1" -CFLAGS="-DNON_INTERACTIVE_LOGIN_SHELLS -DSYS_BASHRC='\"/etc/bash/bashrc\"'" +CFLAGS="-DSSH_SOURCE_BASHRC -DNON_INTERACTIVE_LOGIN_SHELLS -DSYS_BASHRC='\"/etc/bash/bashrc\"'" post_install() { rm -r ${DESTDIR}/usr/share/doc diff --git a/srcpkgs/bash/update b/srcpkgs/bash/update deleted file mode 100644 index 89e82249c5e..00000000000 --- a/srcpkgs/bash/update +++ /dev/null @@ -1,5 +0,0 @@ -site="http://git.savannah.gnu.org/cgit/bash.git/log/" -pattern="Bash-\K\d(\.\d)+( patch \d+|-testing)?" -version="$_bash_distver" -[ ! -z "$_bash_patchlevel" ] && version+=" patch $_bash_patchlevel" -ignore="*testing"