From cb188d8b279b26fe5157c356a218ea5977d973f5 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 19 Nov 2016 16:53:31 +0000 Subject: [PATCH] bash: rebuild against readline-7.0 --- srcpkgs/bash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 2d75a2002e3..c9d621744ae 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -5,7 +5,7 @@ _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=1 +revision=2 wrksrc=${pkgname}-${_bash_distver} build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --with-installed-readline"