Merge pull request #13439 from wszqkzqk/nuitka

nuitka: update to 1.1.2
This commit is contained in:
Christoph Reiter
2022-10-08 10:50:00 +02:00
committed by GitHub

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=1.1.1
pkgver=1.1.2
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=('76254f31a2055e405d2741f26eff317db5e198e72a2e5b39bd72b4f415ba8d1f')
sha256sums=('f978fa89c6225a73d160071c2d0c542e20c45d8703ffd0577575d92703a44b93')
prepare() {
rm -rf python-build-${MSYSTEM} | true