summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-03-08 10:07:07 +0200
committerPekka Ristola2021-03-08 10:07:07 +0200
commita0f3457a39c4576eae6906f75245f586e7a64a79 (patch)
tree66f5ecde11398cfd351fdb90c5ab6841d8b4c44e
parent194099c814b50f03b4c8f28bc149b61012075a58 (diff)
downloadaur-a0f3457a39c4576eae6906f75245f586e7a64a79.tar.gz
Update to v1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3980c5ba683..491404ee6205 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.2
+ pkgver = 1.2.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.2.tar.gz
- sha256sums = 9f6d0efc853f6bce220a6d6b659c726ac055c397a6d8ff8dad03af87ea3892e2
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.2.1.tar.gz
+ sha256sums = e479212f8f6eaf6bbc9ac5418320a49ae09ad942d3bd437b9db7e0a37c56f819
pkgname = python-rapidfuzz
diff --git a/PKGBUILD b/PKGBUILD
index c7f6d4f69851..8f75deda731b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.1.2
+pkgver=1.2.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=('9f6d0efc853f6bce220a6d6b659c726ac055c397a6d8ff8dad03af87ea3892e2')
+sha256sums=('e479212f8f6eaf6bbc9ac5418320a49ae09ad942d3bd437b9db7e0a37c56f819')
build() {
cd "${_pkgname}-${pkgver}"