Python rebuilds for SOABI change

the DLL names change with this, so rebuild everything that contains
C extensions again.
This commit is contained in:
Christoph Reiter
2024-07-06 12:18:40 +02:00
parent ae995b2d5a
commit 687aa2bcea
20 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ _realname=yaml
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=6.0.1
pkgrel=2
pkgrel=3
pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64')
url='https://pyyaml.org/'