diff --git a/mingw-w64-python-pynndescent/PKGBUILD b/mingw-w64-python-pynndescent/PKGBUILD index aa21a4d3ae..36544e2717 100644 --- a/mingw-w64-python-pynndescent/PKGBUILD +++ b/mingw-w64-python-pynndescent/PKGBUILD @@ -4,7 +4,7 @@ _pyname=pynndescent _realname=pynndescent pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.5.8 +pkgver=0.5.10 pkgrel=1 pkgdesc='Nearest Neighbor Descent (mingw-w64)' arch=('any') @@ -24,7 +24,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" ) source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('a7c552569bf604a101fd54bba1d27c12389e065945dee3a6777a518c63a46f2b') +sha256sums=('5d5dc683c03ef55fe3ddf693859720ca18f85c6e6e5bb0b4f14870278d5288ad') prepare() { rm -rf "python-build-${MSYSTEM}" | true