diff --git a/mingw-w64-python-contourpy/PKGBUILD b/mingw-w64-python-contourpy/PKGBUILD index 6fe589d510..d316fcbb0d 100644 --- a/mingw-w64-python-contourpy/PKGBUILD +++ b/mingw-w64-python-contourpy/PKGBUILD @@ -3,7 +3,7 @@ _realname=contourpy pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="Python library for calculating contours of 2D quadrilateral grids (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('6e459ebb8bb5ee4c22c19cc000174f8059981971a33ce11e17dddf6aca97a142') +sha256sums=('d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e') build() { msg "Python build for ${MSYSTEM}"