python-textdistance: update to 4.6.0

This commit is contained in:
Mehdi Chinoune
2023-10-03 19:43:04 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0b72dcd7a0
commit 3fcd8ef90e

View File

@@ -3,8 +3,8 @@
_realname=textdistance
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=4.5.0
pkgrel=2
pkgver=4.6.0
pkgrel=1
pkgdesc='Compute distance between sequences (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
@@ -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=('847138105603af8f7b711498ce215d36f016512e37351b071b8867a46b3906e7')
sha256sums=('8da297cafe0c0a99ed859ef80c6328b9235a365832c8bc17c6887d48998bee6f')
prepare() {
cd "${srcdir}"/${_realname}-${pkgver}