diff --git a/dev-util/ccls/ccls-0.20240202.recipe b/dev-util/ccls/ccls-0.20240202.recipe index c10f1a5a5..a5a29570e 100644 --- a/dev-util/ccls/ccls-0.20240202.recipe +++ b/dev-util/ccls/ccls-0.20240202.recipe @@ -17,7 +17,7 @@ hierarchy HOMEPAGE="https://github.com/MaskRay/ccls" COPYRIGHT="2017-2024 ccls Authors" LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz" SOURCE_DIR="ccls-tags-$portVersion" CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc" @@ -32,14 +32,14 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libclang_cpp$secondaryArchSuffix >= 18 - lib:libLLVM$secondaryArchSuffix + lib:libLLVM$secondaryArchSuffix >= 18 lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libclang_cpp$secondaryArchSuffix >= 18 - devel:libLLVM$secondaryArchSuffix + devel:libLLVM$secondaryArchSuffix >= 18 devel:libz$secondaryArchSuffix devel:librapidjson$secondaryArchSuffix "