python-textdistance: update to 4.5.0

This commit is contained in:
Mehdi Chinoune
2022-09-18 20:01:54 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent cc879d9d12
commit 3caad152bd

View File

@@ -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}