python-types-pyyaml: update to 6.0.12.12

This commit is contained in:
Mehdi Chinoune
2023-10-03 19:26:19 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0d3374f6cf
commit cc2f19ec96

View File

@@ -4,7 +4,7 @@ _pyname=types-PyYAML
_realname=types-pyyaml
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.12.11
pkgver=6.0.12.12
pkgrel=1
pkgdesc="Typing stubs for PyYAML (mingw-w64)"
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('7d340b19ca28cddfdba438ee638cd4084bde213e501a3978738543e27094775b')
sha256sums=('334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062')
build() {
cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"