summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f990c243c66..d2e06cc7f6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fuzzywuzzy
pkgname=python-${_pkgname}
-pkgver=0.15.1
+pkgver=0.16.0
pkgrel=1
pkgdesc="Fuzzy string matching like a boss"
arch=("any")
@@ -13,11 +13,11 @@ optdepends=('python-levenshtein: provides a 4-10x speedup in string matching')
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
# install=$pkgname.install
-source=("https://pypi.python.org/packages/26/5a/e03ff762537b100b3e987071698d9942b669a32a46f87968c515cad44df2/fuzzywuzzy-0.15.1.tar.gz"
+source=("https://github.com/seatgeek/fuzzywuzzy/archive/${pkgver}.tar.gz"
"LICENSE")
-md5sums=('fd587ade352d3f337ca0288a7418cf0b'
+md5sums=('eec5695d5553b3d2dd944cf52248c33a'
'afa01d831fdc3c0b681836e711f60f88')
-sha256sums=('3ed1a125d682208aa327516eb56fc69cff76215230efa0792afd1f3cb6975214'
+sha256sums=('e5303988caa0cab06416122ce944d6313ccb21f88bd35c42ad36f2bd215907c8'
'116d3ce8c10068e8211e9f71c2a80c3fa4f184f0968cae0d0635ff979fedc9ac')
build() {