From 0ad55ad186698554c9d0125b8c119c0ba2e4b584 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 21 Apr 2021 20:24:58 +0200 Subject: extra/qt5-tools: added icu68 to fullfil qt5-webkit dependencies --- extra/qt5-tools/PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/qt5-tools/PKGBUILD b/extra/qt5-tools/PKGBUILD index 02ccc2f5..f66fbf05 100644 --- a/extra/qt5-tools/PKGBUILD +++ b/extra/qt5-tools/PKGBUILD @@ -1,2 +1,8 @@ -# break cycle with qt5-webkit (icu68, icu69 mess-up) -makedepends=(${makedepends[@]//qt5-webkit/}) +# break cycle on i486 with qt5-webkit +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//qt5-webkit/}) +fi + +# qt5-webkit is linked against icu68, icu 69 is current version +# (breaking linkage) +makedepends+=(icu68) -- cgit v1.2.3-54-g00ecf