upg cython

This commit is contained in:
joborun linux 2024-01-11 02:01:21 +02:00
parent c692de1355
commit f813a49735
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=cython
pkgver=3.0.7
pkgver=3.0.8
pkgrel=01
pkgdesc='C-Extensions for Python'
url='https://cython.org'
@ -62,7 +62,7 @@ arch=(x86_64)
license=(APACHE)
sha256sums=(50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e) # cython-3.0.7.tar.gz
sha256sums=(b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340) # cython-3.0.8.tar.gz
## 97566a1bbc8809d38891a6aede251153a337c9e8fd447821c251f69d5c2d077e cython-3.0.7-01-x86_64.pkg.tar.lz
## 64aabc34eae261db6dd5f55f00e4a88e691661ee28b24d9fe246c3198b963acf cython-3.0.8-01-x86_64.pkg.tar.lz

View file

@ -3,7 +3,7 @@
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=cython
pkgver=3.0.7
pkgver=3.0.8
pkgrel=1
pkgdesc='C-Extensions for Python'
arch=(x86_64)
@ -20,7 +20,7 @@ checkdepends=(gdb
python-numpy
python-pytest)
source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('50e72ac8e32f5cca8242ad319df4cbd1f76545f2b66bc5d7b17ce45d5cbc415e')
sha256sums=('b20cd126f40d78228c3ba101a7cfc0a3e8519de1bdc2a58f26aec5284c8f0340')
build() {
cd cython-$pkgver