summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-02-22 10:09:23 +0200
committerPekka Ristola2021-02-22 10:09:23 +0200
commit226c4fe7980956f88a09161c7145f8d244ff4db4 (patch)
treeb78f14a6228b995326b5363680fbd1e01c3a6851
parent4f8e54d2c5366319dc51f89505237b0296cef8c8 (diff)
downloadaur-226c4fe7980956f88a09161c7145f8d244ff4db4.tar.gz
Update to v1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7496e3625c59..48fb4e90bbec 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 = 1.0.2
+ pkgver = 1.1.0
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-1.0.2.tar.gz
- sha256sums = 31f796b41f387fa01a5059ce5f6b38f76a617c35020ced34e19dfa1c2078172b
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.1.0.tar.gz
+ sha256sums = abd0079804c865e5cc20d943d4d2b3d3f0eed5a8e69c0cc9dd5cccf225d7f4c7
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 5a9147e15574..793e215e3422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('31f796b41f387fa01a5059ce5f6b38f76a617c35020ced34e19dfa1c2078172b')
+sha256sums=('abd0079804c865e5cc20d943d4d2b3d3f0eed5a8e69c0cc9dd5cccf225d7f4c7')
build() {
cd "${_pkgname}-${pkgver}"