From 14b32e2bb4fe645ed5c4617776007a2a9fec13f5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 19 Sep 2016 10:43:47 +0200 Subject: [PATCH] bash: set reverts flag at the right place. --- srcpkgs/bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index dc89ee0fca0..5e3dea97dbe 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -2,10 +2,10 @@ pkgname=bash _bash_distver=4.3 _bash_patchlevel=046 -version=${_bash_distver}.${_bash_patchlevel} -revision=1 # 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 wrksrc=${pkgname}-${_bash_distver} build_style=gnu-configure configure_args="--without-bash-malloc --with-curses --with-installed-readline"