summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-11-17 09:48:24 +1300
committercaltlgin2020-11-17 09:48:24 +1300
commit452452648ffbf70ea0829cbebc212160792b4ef4 (patch)
tree77f8f84750a3643349d3d444810dfd32c992de22
parentcba27865783c1923d93125a785bcf1eafabf01e0 (diff)
downloadaur-452452648ffbf70ea0829cbebc212160792b4ef4.tar.gz
Update to v0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff71a8b2ea68..ff63d73beae7 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.12.5
+ pkgver = 0.13.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-0.12.5.tar.gz
- sha256sums = 74d09ab1224ba06fe8517534537540787a5ae0250385cad715eed592e947415c
+ source = https://files.pythonhosted.org/packages/source/r/rapidfuzz/rapidfuzz-0.13.0.tar.gz
+ sha256sums = e549312f4f7038edf42c63c0ba0315f64ed125b6e39dcee0279f2717c0605c88
pkgname = python-rapidfuzz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4367ae4a50ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 86fccf695477..16e941b1cb45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='rapidfuzz'
pkgname="python-${_pkgname}"
-pkgver=0.12.5
+pkgver=0.13.0
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=('74d09ab1224ba06fe8517534537540787a5ae0250385cad715eed592e947415c')
+sha256sums=('e549312f4f7038edf42c63c0ba0315f64ed125b6e39dcee0279f2717c0605c88')
build() {
cd "${_pkgname}-${pkgver}"