diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template index 3001da75bf9e12..06ce089b519fee 100644 --- a/srcpkgs/python3-rapidfuzz/template +++ b/srcpkgs/python3-rapidfuzz/template @@ -1,6 +1,6 @@ # Template file for 'python3-rapidfuzz' pkgname=python3-rapidfuzz -version=3.14.5 +version=3.14.6 revision=1 build_style=python3-pep517 hostmakedepends="python3-scikit-build-core ninja" @@ -13,9 +13,10 @@ license="MIT" homepage="https://github.com/maxbachmann/rapidfuzz" changelog="https://github.com/rapidfuzz/RapidFuzz/releases" distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz" -checksum=ba10ac57884ce82112f7ed910b67e7fb6072d8ef2c06e30dc63c0f604a112e0e +checksum=e13a8160d017b499ec7a2fa9d0ce1ae2e7377080815785819f966fb235d4eb60 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}" +export CMAKE_EXECUTABLE="/usr/bin/cmake" post_install() { vlicense LICENSE diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template index f4ca05e20d60f5..9ef4fb55cff9cd 100644 --- a/srcpkgs/rapidfuzz-cpp/template +++ b/srcpkgs/rapidfuzz-cpp/template @@ -1,6 +1,6 @@ # Template file for 'rapidfuzz-cpp' pkgname=rapidfuzz-cpp -version=3.3.3 +version=3.3.4 revision=1 build_style=cmake short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance" @@ -9,7 +9,7 @@ license="MIT" homepage="https://github.com/maxbachmann/rapidfuzz-cpp" changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases" distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz" -checksum=fa0fbd40110df8134cf05bddbaa4e237dbc4fd915ab9a3029ff481a8d3e8b757 +checksum=a0dd2ef361cac165e12076696e7c7e8d069a2908abd9599ad4bd190de33f9881 post_install() { vlicense LICENSE