From a3cf4cf601b90f7cb8615e94cbb3072fcec869c3 Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 6 Sep 2021 11:16:17 +0000 Subject: [PATCH] cython: update to 0.29.24 --- mingw-w64-cython/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-cython/PKGBUILD b/mingw-w64-cython/PKGBUILD index ea8c622ca4..668d024902 100644 --- a/mingw-w64-cython/PKGBUILD +++ b/mingw-w64-cython/PKGBUILD @@ -4,8 +4,8 @@ _realname=cython pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-cython") -pkgver=0.29.23 -pkgrel=2 +pkgver=0.29.24 +pkgrel=1 pkgdesc="C-Extensions for Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -14,7 +14,7 @@ license=('APACHE') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cython/cython/archive/${pkgver}.tar.gz") -sha256sums=('b10e32255418203c612b22d3647de75eafad20d79c55123ca696c7dda32d7f98') +sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80') prepare() { cd "${srcdir}"