diff --git a/mingw-w64-python-types-pyyaml/PKGBUILD b/mingw-w64-python-types-pyyaml/PKGBUILD index 1c9ac1cf31..b0408c8086 100644 --- a/mingw-w64-python-types-pyyaml/PKGBUILD +++ b/mingw-w64-python-types-pyyaml/PKGBUILD @@ -3,13 +3,14 @@ _realname=types-pyyaml pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.0.12.20250809 +pkgver=6.0.12.20250822 pkgrel=1 pkgdesc="Typing stubs for PyYAML (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/python/typeshed' msys2_references=( + 'aur: python-types-pyyaml' 'purl: pkg:pypi/types-pyyaml' ) license=('spdx:Apache-2.0') @@ -18,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=('af4a1aca028f18e75297da2ee0da465f799627370d74073e96fee876524f61b5') +sha256sums=('259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"