summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-11-22 06:40:39 +1300
committercaltlgin2020-11-22 06:40:39 +1300
commit8119a012b1728d313320d4d061f3e1a1c1c95784 (patch)
tree9795f2cd8d37cb293f96da5664c343322877ea51
parent58375c1f22ca5a3687b916a6b42a8f7d3d1787ef (diff)
downloadaur-8119a012b1728d313320d4d061f3e1a1c1c95784.tar.gz
Update to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768655ac2172..1212ead2ac69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-0.13.1.tar.gz
- sha256sums = 5bed49638851279bf8655c1997745a0b025e48187529ca2c16086001c27f0cb1
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-0.13.2.tar.gz
+ sha256sums = 7ce5a2dfa8fd7ff75e238be6a783010cdb6ccbf89601cac46c8967461a89584b
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 951e3b256c81..7d5c70c6e6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=0.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5bed49638851279bf8655c1997745a0b025e48187529ca2c16086001c27f0cb1')
+sha256sums=('7ce5a2dfa8fd7ff75e238be6a783010cdb6ccbf89601cac46c8967461a89584b')
build() {
cd "${_pkgname}-${pkgver}"