python-scikit-build-core: update to 0.11.3

This commit is contained in:
Biswapriyo Nath
2025-05-17 03:46:34 +00:00
parent 8d06808cf6
commit 4f398bdff7

View File

@@ -3,7 +3,7 @@
_realname=scikit-build-core
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.11.2
pkgver=0.11.3
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=('778fc71f0b8dd0736fa40a43f98603dd32e176977b00244b4e866d79d4564a2d')
sha256sums=('74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506')
build() {
cp -r "${_realname//-/_}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"