summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPekka Ristola2021-03-20 09:57:48 +0200
committerPekka Ristola2021-03-20 09:57:48 +0200
commitbc365c9fddf65f6f32ab6326a890e0747b2cb84f (patch)
tree29753417bb7f1cd36d7d9c6b8546653740e663fe /PKGBUILD
parent3ae0fb1098b61aa75675a7e4517a8198a2e07a02 (diff)
downloadaur-bc365c9fddf65f6f32ab6326a890e0747b2cb84f.tar.gz
Update to v1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c453fe321209..023bb192d720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.3.0
+pkgver=1.3.2
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=('f6a95ed17d7750ca75f11751ab46365c58f37a5d846e2b21d072d7a0e77ffa72')
+sha256sums=('4a1e04002ad7bce9605248625e143ce3786195d4c2dd249ae5af0e3ee52b2de3')
build() {
cd "${_pkgname}-${pkgver}"