summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45a51f28e49..2a6eb3a18852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fuzzywuzzy
pkgname=python-${_pkgname}
-pkgver=0.17.0
+pkgver=0.18.0
pkgrel=1
pkgdesc="Fuzzy string matching like a boss"
arch=("any")
@@ -15,9 +15,9 @@ conflicts=("${pkgname}" "${pkgname}-git")
# install=$pkgname.install
source=("https://github.com/seatgeek/fuzzywuzzy/archive/${pkgver}.tar.gz"
"LICENSE")
-md5sums=('93e853faee3ac4545f18a4b475601960'
+md5sums=('33a44f80391aa936a8e6f5cb790322f4'
'afa01d831fdc3c0b681836e711f60f88')
-sha256sums=('78c74f75a293c75ae318ec0274efd9fab1c3fb59b2df3f3c2c10db3466413e12'
+sha256sums=('26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696'
'116d3ce8c10068e8211e9f71c2a80c3fa4f184f0968cae0d0635ff979fedc9ac')
build() {