summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-02-24 10:11:43 +0200
committerPekka Ristola2021-02-24 10:11:43 +0200
commitd173e6f2aee29ccf0aab151dc8ae46acae696137 (patch)
tree033e26a4296c07d2197bc0d507c52be2b163f5e1
parent226c4fe7980956f88a09161c7145f8d244ff4db4 (diff)
downloadaur-d173e6f2aee29ccf0aab151dc8ae46acae696137.tar.gz
Update to v1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fb4e90bbec..fcac15bb7686 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.1.0
+ pkgver = 1.1.1
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.1.0.tar.gz
- sha256sums = abd0079804c865e5cc20d943d4d2b3d3f0eed5a8e69c0cc9dd5cccf225d7f4c7
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.1.1.tar.gz
+ sha256sums = 5ad59cfc2c9f6a214c814de8b9e94309f82943a902f7acea307d9d5be2b0cccb
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 793e215e3422..71ea8513566e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.1.0
+pkgver=1.1.1
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=('abd0079804c865e5cc20d943d4d2b3d3f0eed5a8e69c0cc9dd5cccf225d7f4c7')
+sha256sums=('5ad59cfc2c9f6a214c814de8b9e94309f82943a902f7acea307d9d5be2b0cccb')
build() {
cd "${_pkgname}-${pkgver}"