libqalculate, revbump, force correct icu version (#10196)

This commit is contained in:
Schrijvers Luc
2024-03-07 13:13:56 +01:00
committed by GitHub
parent a517a3e1f6
commit 4d24a33a13

View File

@@ -4,7 +4,7 @@ units, variables and functions support and CAS functionality."
HOMEPAGE="https://qalculate.github.io/"
COPYRIGHT="2003-2007, 2008, 2016-2023 Hanna Knutsson"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/Qalculate/libqalculate/releases/download/v$portVersion/libqalculate-$portVersion.tar.gz"
CHECKSUM_SHA256="6130ed28f7fb8688bccede4f3749b7f75e4a000b8080840794969d21d1c1bf0f"
@@ -43,9 +43,9 @@ REQUIRES_devel="
libqalculate$secondaryArchSuffix == $portVersion base
devel:libcurl$secondaryArchSuffix
devel:libgmp$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix >= 74
devel:libicui18n$secondaryArchSuffix >= 74
devel:libicuuc$secondaryArchSuffix
devel:libicuuc$secondaryArchSuffix >= 74
devel:libmpfr$secondaryArchSuffix >= 6
devel:libxml2$secondaryArchSuffix
"
@@ -75,7 +75,7 @@ BUILD_REQUIRES="
devel:libgettextlib$secondaryArchSuffix
devel:libgmp$secondaryArchSuffix
devel:libhistory$secondaryArchSuffix >= 8
devel:libicudata$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix >= 74
devel:libicui18n$secondaryArchSuffix >= 74
devel:libiconv$secondaryArchSuffix
devel:libicuuc$secondaryArchSuffix >= 74