From 35ab50c1a5f2ce9e732a9fe6ba699e26d95650bd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 5 Feb 2018 22:35:45 +0100 Subject: [PATCH] bash: rebuild against new ncurses. --- srcpkgs/bash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 541123370dd..0c14422f4a9 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -3,7 +3,7 @@ pkgname=bash _bash_distver=4.4 _bash_patchlevel=018 version=${_bash_distver}.${_bash_patchlevel} -revision=1 +revision=2 wrksrc=${pkgname}-${_bash_distver} build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --without-installed-readline"