From 508d3136f2e64fb01e3b08bd193c9d5c209cdfd8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 5 Feb 2022 10:37:11 +0530 Subject: [PATCH] python-jellyfish: update to 0.9.0 Fix pypi source link --- mingw-w64-python-jellyfish/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-jellyfish/PKGBUILD b/mingw-w64-python-jellyfish/PKGBUILD index 7271b11ba1..10c6d8e1e5 100644 --- a/mingw-w64-python-jellyfish/PKGBUILD +++ b/mingw-w64-python-jellyfish/PKGBUILD @@ -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}"