diff --git a/mingw-w64-python-nuitka/PKGBUILD b/mingw-w64-python-nuitka/PKGBUILD index 0689aa8f87..80598ca5bb 100644 --- a/mingw-w64-python-nuitka/PKGBUILD +++ b/mingw-w64-python-nuitka/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=0.9.2 +pkgver=0.9.4 pkgrel=1 pkgdesc="Python to native compiler (mingw-w64)" arch=('any') @@ -21,10 +21,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" "${MINGW_PACKAGE_PREFIX}-python-wheel") optdepends=("${MINGW_PACKAGE_PREFIX}-python-zstandard: Provides onefile compression support" - "${MINGW_PACKAGE_PREFIX}-python-ordered-set: Optimize compilation speed of Nuitka") + "${MINGW_PACKAGE_PREFIX}-python-ordered-set: Optimize compilation speed of Nuitka" + "${MINGW_PACKAGE_PREFIX}-ccache: Provides build caching") options=('!strip') source=("https://pypi.org/packages/source/N/${_realname^}/${_realname^}-${pkgver}.tar.gz") -sha256sums=('40fa9be55bd283aee3db371fb70cd2097c2d0491deda5eeb5089d850071807ea') +sha256sums=('e820fdc1aa06eaaea6abbb296fe093b2d9c378f162a63cc8ed9d7afd33a55c70') prepare() { rm -rf python-build-${MSYSTEM} | true