nuitka: update to 0.9.5

This commit is contained in:
星外之神
2022-07-17 10:00:43 +08:00
committed by GitHub
parent 0926b8fdca
commit 0acbe4737a

View File

@@ -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.4
pkgver=0.9.5
pkgrel=1
pkgdesc="Python to native compiler (mingw-w64)"
arch=('any')
@@ -25,7 +25,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-zstandard: Provides onefile compress
"${MINGW_PACKAGE_PREFIX}-ccache: Provides build caching")
options=('!strip')
source=("https://pypi.org/packages/source/N/${_realname^}/${_realname^}-${pkgver}.tar.gz")
sha256sums=('e820fdc1aa06eaaea6abbb296fe093b2d9c378f162a63cc8ed9d7afd33a55c70')
sha256sums=('4f77dbbd581d94f55a46065cd273bbff92cc67bea4b423330b656446f6511264')
prepare() {
rm -rf python-build-${MSYSTEM} | true