summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-12-14 08:23:28 +0200
committerPekka Ristola2021-12-14 08:23:28 +0200
commitc3b0b44259e84a6c068320ca4b46ea792599a3b4 (patch)
tree768552272099178a557e0bfc5649b3000162769d
parentf3296b0450285850b85541461894f2b0e989cbdb (diff)
downloadaur-c3b0b44259e84a6c068320ca4b46ea792599a3b4.tar.gz
Update to v1.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a1d790967f1..32fee4e7584e 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 = 1.9.0
- pkgrel = 2
+ pkgver = 1.9.1
+ pkgrel = 1
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
license = MIT
@@ -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.9.0.tar.gz
- sha256sums = df0a704e34743c05a2b0b1ca0547a64dfe25446be4048803a3864ceb3431f609
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.9.1.tar.gz
+ sha256sums = bd7a4fe33ba49db3417f0f57a8af02462554f1296dedcf35b026cd3525efef74
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 0e47e6eb90e7..b7ec24c475df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
url='https://github.com/maxbachmann/rapidfuzz'
@@ -16,7 +16,7 @@ makedepends=(
)
optdepends=('python-numpy')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('df0a704e34743c05a2b0b1ca0547a64dfe25446be4048803a3864ceb3431f609')
+sha256sums=('bd7a4fe33ba49db3417f0f57a8af02462554f1296dedcf35b026cd3525efef74')
build() {
cd "${_pkgname}-${pkgver}"