diff --git a/mingw-w64-cython/PKGBUILD b/mingw-w64-cython/PKGBUILD index 6675ed2b20..731394b166 100644 --- a/mingw-w64-cython/PKGBUILD +++ b/mingw-w64-cython/PKGBUILD @@ -4,7 +4,7 @@ _realname=cython pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-cython") -pkgver=0.29.25 +pkgver=0.29.26 pkgrel=1 pkgdesc="C-Extensions for Python (mingw-w64)" arch=('any') @@ -14,7 +14,7 @@ license=('APACHE') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cython/cython/archive/${pkgver}.tar.gz") -sha256sums=('8e6edf6a3dcce6aae12ce2ae8dbc06f0bef1fb0884e14409d8b4752b9480733f') +sha256sums=('bb72b2f0ef029472759c711f0a4bded6e15e3f9bda3797550cef3c1d87d02283') prepare() { cd "${srcdir}"