summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-12-13 13:02:43 +0200
committerPekka Ristola2021-12-13 13:02:43 +0200
commitf3296b0450285850b85541461894f2b0e989cbdb (patch)
tree365d493bd9076b85f285e4db313f860562472528
parentcb93b1649fc062bca38fac5e6dca9702ff1d48d8 (diff)
downloadaur-f3296b0450285850b85541461894f2b0e989cbdb.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f03378960419..1a1d790967f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d8afd4f05ada..0e47e6eb90e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
url='https://github.com/maxbachmann/rapidfuzz'