summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 09:24:47 +1300
committercaltlgin2020-12-03 09:24:47 +1300
commitab0f40e4262880da3a0a431b5696f97e79b18a0f (patch)
tree74375ccee7be0c0ec2b1dbc7acc4209662f5bbcd
parent87e38e93271fc41fb08f2bbd4012338821d08bab (diff)
downloadaur-ab0f40e4262880da3a0a431b5696f97e79b18a0f.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9bb3456504e..8fa3fd900c7e 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 = 0.13.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c365cf9141bf..410d3b092449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
pkgver=0.13.4
-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'