summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-10-22 09:33:11 +0300
committerPekka Ristola2021-10-22 09:33:11 +0300
commitf1b2f22a0d9078b85d7867728f7c79a89d475472 (patch)
treead978da152c84877bfb4dc76bc141540ff341113
parent5e36fc1b6abf85d59a3be004495aa5e52f07de95 (diff)
downloadaur-f1b2f22a0d9078b85d7867728f7c79a89d475472.tar.gz
Update to v1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797e65554ea7..993b8dd7a596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = python-rapidfuzz
makedepends = python-setuptools
depends = python
optdepends = python-numpy
- source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.8.0.tar.gz
- sha256sums = 83fff37acf0367314879231264169dcbc5e7de969a94f4b82055d06a7fddab9a
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.8.1.tar.gz
+ sha256sums = 73aed694e0f36764b61418a9d5d75e9e428fbd954e154e71ad1e34912f2e85ab
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 7e2485f993e1..321c768bc6bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=(
)
optdepends=('python-numpy')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('83fff37acf0367314879231264169dcbc5e7de969a94f4b82055d06a7fddab9a')
+sha256sums=('73aed694e0f36764b61418a9d5d75e9e428fbd954e154e71ad1e34912f2e85ab')
build() {
cd "${_pkgname}-${pkgver}"