python-scikit-build: update to 0.16.5

This commit is contained in:
Mehdi Chinoune
2023-01-20 15:36:35 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 51904dcf6a
commit 9670798fb2

View File

@@ -3,7 +3,7 @@
_realname=scikit-build
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.16.4
pkgver=0.16.5
pkgrel=1
pkgdesc="Improved build system generator for Python C/C++/Fortran/Cython extensions (mingw-w64)"
arch=('any')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"001-use-cygwin-for-mingw.patch")
sha256sums=('2a20c4adeab3c2aec11d70bce9690995cff0e53beafe321a7b530009aca8e731'
sha256sums=('564bf3d004927d02f5b0007285e538ad4550eb891c1eb0448f94af165bbe6e63'
'4c22fde88b37fe674621d805348073dccdd65be88a9ad0cf0cf071120936353b')
prepare() {