diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index f1c836c8d86..b19fffbe2ac 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,15 +1,15 @@ # Template build file for 'chroot-bash'. pkgname=chroot-bash version=4.2 +revision=3 wrksrc="bash-${version}" -distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz" build_style=gnu-configure -configure_args="--bindir=/bin --without-bash-malloc --enable-static-link LDFLAGS=" -revision=1 +configure_args="--without-bash-malloc --enable-static-link LDFLAGS=" short_desc="The GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html" license="GPL-3" +distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz" checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 long_desc=" Bash is an sh-compatible shell that incorporates useful features from