python-types-pyyaml: update to 6.0.12.20250915

This commit is contained in:
Dirk Stolle 2025-09-15 20:12:26 +02:00
parent d2925b7ab7
commit 421ef53e25

View File

@ -3,7 +3,7 @@
_realname=types-pyyaml
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.12.20250822
pkgver=6.0.12.20250915
pkgrel=1
pkgdesc="Typing stubs for PyYAML (mingw-w64)"
arch=('any')
@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413')
sha256sums=('0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"