diff --git a/mingw-w64-python-greenlet/PKGBUILD b/mingw-w64-python-greenlet/PKGBUILD index 80ff923986..f0c1f12b21 100644 --- a/mingw-w64-python-greenlet/PKGBUILD +++ b/mingw-w64-python-greenlet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Lightweight in-process concurrent programming (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/g/greenlet/${_realname}-${pkgver}.tar.gz") -sha256sums=('42e602564460da0e8ee67cb6d7236363ee5e131aa15943b6670e44e5c2ed0f67') +sha256sums=('e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0') prepare() { rm -rf "python-build-${MSYSTEM}" | true