Update cython to 3.x

Since python-yaml needs cython 0.x add a cython0 package like Arch

Rebuild everything just to be sure
This commit is contained in:
Christoph Reiter
2023-08-28 21:39:00 +02:00
parent 8e5bc8c7d7
commit 584da16df0
6 changed files with 48 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
pkgname=python-fastbencode
pkgver=0.2
pkgrel=1
pkgrel=2
pkgdesc='Implementation of bencode with optional fast C extensions'
arch=('i686' 'x86_64')
url='https://github.com/breezy-team/fastbencode'