diff --git a/mingw-w64-python-scikit-build-core/PKGBUILD b/mingw-w64-python-scikit-build-core/PKGBUILD index 10b4a90e9e..0b2bcee667 100644 --- a/mingw-w64-python-scikit-build-core/PKGBUILD +++ b/mingw-w64-python-scikit-build-core/PKGBUILD @@ -3,7 +3,7 @@ _realname=scikit-build-core pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.11.5 +pkgver=0.11.6 pkgrel=1 pkgdesc="A next generation Python CMake adaptor and Python API for plugins (mingw-w64)" arch=('any') @@ -39,7 +39,7 @@ checkdepends=( "${MINGW_PACKAGE_PREFIX}-python-virtualenv" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz") -sha256sums=('8f0a1edb86cb087876f3c699d2a2682012efd8867b390ed37355f13949d0628e') +sha256sums=('5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b') build() { cp -r "${_realname//-/_}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"