python-nuitka: update to 1.4

This commit is contained in:
Mehdi Chinoune
2023-01-27 12:51:16 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 8b69b0dd14
commit 313d423dbc

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.3.8
pkgver=1.4
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=('9f77cfd6da53f18a0ca29b789e3ed01dc6d6c5f27da1bb094c63d2963c067d95')
sha256sums=('9016acd8a9311f830be90c162d517c1d890fa95b2670a9d6b3c64114be7cbe17')
prepare() {
rm -rf python-build-${MSYSTEM} | true