summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Daube2020-07-24 10:36:27 +0200
committerJulian Daube2020-07-24 10:36:27 +0200
commit5b040cd21b1bfaac89070cc440756663958bdf96 (patch)
treef5d5c4143abd69b28264ad5728a0f88736410b11
parentfeb615c6fbe3248d49c520e8e32faa1647694cef (diff)
downloadaur-5b040cd21b1bfaac89070cc440756663958bdf96.tar.gz
upped version number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed23e32d439..dd527676a20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rapidfuzz-git
pkgdesc = Rapid fuzzy string matching in Python using the Levenshtein Distance
- pkgver = 0.6.3.r73.g0007571
+ pkgver = 0.9.2.r0.geae941a
pkgrel = 1
url = https://github.com/maxbachmann/rapidfuzz
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 00ad4c4fee31..550edf9dc1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julian Daube <joposter (at) gmail (dot) com>
pkgname=python-rapidfuzz-git
-pkgver=0.6.3.r73.g0007571
+pkgver=0.9.2.r0.geae941a
pkgrel=1
pkgdesc="Rapid fuzzy string matching in Python using the Levenshtein Distance"