summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-09-01 07:26:21 +0300
committerPekka Ristola2021-09-01 07:26:21 +0300
commite0d95e72888d319252bd83891e48d6193a02cc39 (patch)
tree5e58e8666a0267325a5edd743d584a43bcab21e7
parent99ac6fbc4d94e72038aa1d917aa55eba7293b02f (diff)
downloadaur-e0d95e72888d319252bd83891e48d6193a02cc39.tar.gz
Update to v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0070b0d148..4f4ec78d7fd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance
- pkgver = 1.5.0
+ pkgver = 1.5.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.5.0.tar.gz
- sha256sums = 141ee381c16f7e58640ef1f1dbf76beb953d248297a7165f7ba25d81ac1161c7
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.5.1.tar.gz
+ sha256sums = 4ebbd071425ee812548c301c60661a4f8faa5e5bcc97a6f0bef5b562585a8025
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index 91caf279b877..af84b1c0c96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.5.0
+pkgver=1.5.1
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=('141ee381c16f7e58640ef1f1dbf76beb953d248297a7165f7ba25d81ac1161c7')
+sha256sums=('4ebbd071425ee812548c301c60661a4f8faa5e5bcc97a6f0bef5b562585a8025')
build() {
cd "${_pkgname}-${pkgver}"