diff --git a/mingw-w64-python-elastic-transport/PKGBUILD b/mingw-w64-python-elastic-transport/PKGBUILD index fd232baaaa..77eeeca4f1 100644 --- a/mingw-w64-python-elastic-transport/PKGBUILD +++ b/mingw-w64-python-elastic-transport/PKGBUILD @@ -3,7 +3,7 @@ _realname=elastic-transport pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=8.17.0 +pkgver=8.17.1 pkgrel=1 pkgdesc="Transport classes and utilities shared among Python Elastic client libraries (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('e755f38f99fa6ec5456e236b8e58f0eb18873ac8fe710f74b91a16dd562de2a5') +sha256sums=('5edef32ac864dca8e2f0a613ef63491ee8d6b8cfb52881fa7313ba9290cac6d2') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"