From a151723577fd2b50f7de275e9c78658f972df34e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 8 Oct 2016 01:14:26 +0200 Subject: [PATCH] bash: update to 4.3.048 --- srcpkgs/bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 84eb195dba1..2d75a2002e3 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,11 +1,11 @@ # Template build file for 'bash'. pkgname=bash _bash_distver=4.3 -_bash_patchlevel=046 +_bash_patchlevel=048 # Dracut breaks with bash 4.4. See https://github.com/dracutdevs/dracut/issues/118 reverts=4.4.0_1 version=${_bash_distver}.${_bash_patchlevel} -revision=2 +revision=1 wrksrc=${pkgname}-${_bash_distver} build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --with-installed-readline"