Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/python3-rapidfuzz/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/rapidfuzz-cpp/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down