From 57c9a05456871df2c0d10474090cfbaebe54e5ef Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 1 Dec 2019 11:23:10 +0100 Subject: [PATCH] bash: rebuild with readline8 --- app-shells/bash/bash-5.0.011.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-shells/bash/bash-5.0.011.recipe b/app-shells/bash/bash-5.0.011.recipe index 428a40ab4..31434de21 100644 --- a/app-shells/bash/bash-5.0.011.recipe +++ b/app-shells/bash/bash-5.0.011.recipe @@ -5,7 +5,7 @@ incorporates useful features from the Korn and C shells (ksh and csh)." HOMEPAGE="https://www.gnu.org/software/bash/" COPYRIGHT="1987-2018 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftpmirror.gnu.org/bash/bash-5.0.tar.gz" CHECKSUM_SHA256="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d" for i in {001..11}; do @@ -40,7 +40,7 @@ PROVIDES=" REQUIRES=" haiku lib:libhistory - lib:libreadline >= 7 + lib:libreadline lib:libncursesw lib:libintl lib:libiconv @@ -49,7 +49,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel devel:libhistory - devel:libreadline >= 7 + devel:libreadline >= 8 devel:libncursesw devel:libintl "