diff --git a/mingw-w64-cython/PKGBUILD b/mingw-w64-cython/PKGBUILD index b9d178037f..7621cdced0 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=3.1.6 +pkgver=3.2.0 pkgrel=1 pkgdesc="C-Extensions for Python (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" conflicts=("${MINGW_PACKAGE_PREFIX}-cython0") options=(!strip) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('ff4ccffcf98f30ab5723fc45a39c0548a3f6ab14f01d73930c5bfaea455ff01c') +sha256sums=('41fdce8237baee2d961c292ed0386903dfe126f131e450a62de0fd7a5280d4b2') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"