bash: rebuild with readline8

This commit is contained in:
Jerome Duval
2019-12-01 11:23:10 +01:00
parent 72b3898fdf
commit 57c9a05456

View File

@@ -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
"