From 770ed36f2f661e4a9b633e177c26287e80d2550d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 31 Aug 2023 12:58:54 -0400 Subject: [PATCH] backports/rapidfuzz: disable --- backports/rapidfuzz/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backports/rapidfuzz/APKBUILD b/backports/rapidfuzz/APKBUILD index 5a7b45a..2f878a4 100644 --- a/backports/rapidfuzz/APKBUILD +++ b/backports/rapidfuzz/APKBUILD @@ -4,7 +4,8 @@ pkgver=1.10.4 pkgrel=0 pkgdesc="Rapid fuzzy string matching in C++ using the Levenshtein Distance" url="https://github.com/maxbachmann/rapidfuzz-cpp" -arch="all" +#arch="all" +# fix me license="MIT" makedepends=" cmake