From 3caad152bd47dbe8d3a989ef6bd4ffeb2a9cd98b Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 18 Sep 2022 20:01:54 +0000 Subject: [PATCH] python-textdistance: update to 4.5.0 --- mingw-w64-python-textdistance/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-textdistance/PKGBUILD b/mingw-w64-python-textdistance/PKGBUILD index 43613b21c6..9fb0e0bd3e 100644 --- a/mingw-w64-python-textdistance/PKGBUILD +++ b/mingw-w64-python-textdistance/PKGBUILD @@ -3,7 +3,7 @@ _realname=textdistance pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=4.4.0 +pkgver=4.5.0 pkgrel=1 pkgdesc='Compute distance between sequences (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ makedepends=( ${MINGW_PACKAGE_PREFIX}-python ${MINGW_PACKAGE_PREFIX}-python-setuptools) source=("https://github.com/life4/${_realname}/archive/${pkgver}.tar.gz") -sha256sums=('2ae1c86951add816434f9b9483b5745f0bea1ffa8bdf0c9c38c2cef4e65da97c') +sha256sums=('847138105603af8f7b711498ce215d36f016512e37351b071b8867a46b3906e7') prepare() { cd "${srcdir}"/${_realname}-${pkgver}