diff --git a/cython/PKGBUILD b/cython/PKGBUILD index 5119836e9..10f7791aa 100644 --- a/cython/PKGBUILD +++ b/cython/PKGBUILD @@ -1,14 +1,14 @@ pkgname=('cython3' 'cython2') pkgbase=cython -pkgver=0.28.2 +pkgver=0.29.3 pkgrel=1 pkgdesc="C-Extensions for Python" arch=(x86_64) -url="http://cython.org" +url="https://cython.org" license=('APACHE') makedepends=('python3-setuptools' 'python2-setuptools') source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz") -sha256sums=('d8fad58f7484466ff64a3d54f76943a3e2aef72a4efa1506eccca6ddc3ee547a') +sha256sums=('4a33fd40c28e67413817f814adadfe2047a66ac3dcc81ff81651a54a03d6cbd0') prepare() { cp -r cython-$pkgver cython2-$pkgver