summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-11-22 13:11:45 +1300
committercaltlgin2020-11-22 13:11:45 +1300
commitd2fcf496133d816f10e436dea0139378921e4876 (patch)
treec8c71a3c47557fbcd13aa4d3204525618d185919
parent8119a012b1728d313320d4d061f3e1a1c1c95784 (diff)
downloadaur-d2fcf496133d816f10e436dea0139378921e4876.tar.gz
Update to v0.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1212ead2ac69..0f708b701a1c 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 = 0.13.2
+ pkgver = 0.13.3
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-0.13.2.tar.gz
- sha256sums = 7ce5a2dfa8fd7ff75e238be6a783010cdb6ccbf89601cac46c8967461a89584b
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-0.13.3.tar.gz
+ sha256sums = b8164f78881e4416092504cf018a080959e7444ad2c7c5e6b0343e27e0c50968
pkgname = python-rapidfuzz
diff --git a/.gitignore b/.gitignore
index 4367ae4a50ac..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*
!.gitignore
!.SRCINFO
-!PKGBUILD \ No newline at end of file
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 7d5c70c6e6cc..f4d280ac2c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=0.13.2
+pkgver=0.13.3
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=('7ce5a2dfa8fd7ff75e238be6a783010cdb6ccbf89601cac46c8967461a89584b')
+sha256sums=('b8164f78881e4416092504cf018a080959e7444ad2c7c5e6b0343e27e0c50968')
build() {
cd "${_pkgname}-${pkgver}"