Merge pull request #4495 from Suyun114/cython-3.0.10

cython: update to 3.0.10
This commit is contained in:
Christoph Reiter 2024-04-07 18:57:06 +02:00 committed by GitHub
commit 0521d2fa67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=cython
pkgbase=${_realname}
pkgname=('cython')
pkgver=3.0.8
pkgver=3.0.10
pkgrel=1
pkgdesc='C-Extensions for Python'
arch=('i686' 'x86_64')
@ -24,7 +24,7 @@ makedepends=(
"python-installer"
)
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cython/cython/archive/${pkgver}.tar.gz")
sha256sums=('b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340')
sha256sums=('00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7')
prepare() {
cd "${_realname}-${pkgver}"