python-jellyfish: update to 0.9.0

Fix pypi source link
This commit is contained in:
Biswapriyo Nath
2022-02-05 10:37:11 +05:30
committed by GitHub
parent fb8a83dd31
commit 508d3136f2

View File

@@ -3,19 +3,19 @@
_realname=jellyfish
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.8.8
pkgver=0.9.0
pkgrel=1
pkgdesc='A python library for doing approximate and phonetic matching of strings (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('BSD 2-Clause')
url='https://github.com/jamesturk/jellyfish'
makedepends=(
${MINGW_PACKAGE_PREFIX}-python
${MINGW_PACKAGE_PREFIX}-python-setuptools
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://files.pythonhosted.org/packages/76/88/e6eba0ebd8a11eb0a03392d827f0a605ad45fbb24234f7db98ca1ecb41b2/${_realname}-${pkgver}.tar.gz")
sha256sums=('0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c')
source=("https://files.pythonhosted.org/packages/source/j/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('40c9a2ffd8bd3016f7611d424120442f627f56d518a106847dc93f0ead6ad79a')
prepare() {
cd "${srcdir}"