From fcb020206c89d6ba542426d4ee3c8bb80e05341b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 9 Jul 2022 12:00:13 +0800 Subject: [PATCH] Nuitka: Update to v0.9.4 --- mingw-w64-python-nuitka/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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