python-nuitka: update to 1.4.6

This commit is contained in:
Mehdi Chinoune
2023-02-12 21:17:09 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent af18b205af
commit ca4aaddf1e

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.4.5
pkgver=1.4.6
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=('c4e31be4f838ac9075a146432df27574e2e211fcbd44953662180ef053fce043')
sha256sums=('05cd7b50bdd31a332c84583687f3a5caf4440c726daac252eef139da1d2ce9b3')
prepare() {
rm -rf python-build-${MSYSTEM} | true