summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-08-21 08:54:06 +0300
committerPekka Ristola2021-08-21 08:54:06 +0300
commit99ac6fbc4d94e72038aa1d917aa55eba7293b02f (patch)
treefc8da7355ad61814ba23b9b65d0642ca5963162f
parente2c0601fa6a4668f809e8c2efde1a6dbde72eeb3 (diff)
downloadaur-99ac6fbc4d94e72038aa1d917aa55eba7293b02f.tar.gz
Update to v1.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd59bee7875..6d0070b0d148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance
- pkgver = 1.4.1
+ pkgver = 1.5.0
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.4.1.tar.gz
- sha256sums = de20550178376d21bfe1b34a7dc42ab107bb282ef82069cf6dfe2805a0029e26
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-1.5.0.tar.gz
+ sha256sums = 141ee381c16f7e58640ef1f1dbf76beb953d248297a7165f7ba25d81ac1161c7
pkgname = python-rapidfuzz
-
diff --git a/PKGBUILD b/PKGBUILD
index 4cd64a8c040f..91caf279b877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc='Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance'
arch=('x86_64')
url='https://github.com/maxbachmann/rapidfuzz'
-_url_pypi='https://pypi.org/project/rapidfuzz'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('de20550178376d21bfe1b34a7dc42ab107bb282ef82069cf6dfe2805a0029e26')
+sha256sums=('141ee381c16f7e58640ef1f1dbf76beb953d248297a7165f7ba25d81ac1161c7')
build() {
cd "${_pkgname}-${pkgver}"