python-yaml: Update to 6.0.2

This commit is contained in:
Christoph Reiter 2024-08-11 10:35:27 +02:00
parent 91aec8e623
commit d8d056cb53

View File

@ -4,7 +4,7 @@ _pyname=pyyaml
_realname=yaml
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=6.0.2rc1
pkgver=6.0.2
pkgrel=1
pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64')
@ -27,7 +27,7 @@ makedepends=(
'gcc'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('826fb4d5ac2c48b9d6e71423def2669d4646c93b6c13612a71b3ac7bb345304b')
sha256sums=('d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e')
build() {
cd "${_pyname}-${pkgver}"