python-scikit-build-core: update to 0.11.6

This commit is contained in:
Biswapriyo Nath 2025-08-23 05:22:34 +00:00
parent 474b9d5e97
commit 0c461b018d

View File

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