python-nuitka: update to 1.9.7

This commit is contained in:
Mehdi Chinoune
2024-01-22 17:11:58 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 71af62e499
commit a4eb1d4ec4

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.9.6
pkgver=1.9.7
pkgrel=1
pkgdesc="Python to native compiler (mingw-w64)"
arch=('any')
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
optdepends=("${MINGW_PACKAGE_PREFIX}-ccache: Provides build caching")
options=('!strip')
source=("https://pypi.org/packages/source/N/${_realname^}/${_realname^}-${pkgver}.tar.gz")
sha256sums=('a45b218f75ebcc65deb283ecc264397e7120744c25fe17ca1dc95195e55c12b9')
sha256sums=('4db728e224043308112b40a8d0a2168e9ccd956e713238617b3e47779a740512')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"