From 7e33382c704dd8891f5e8aceb53071de63a4fd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 8 Oct 2022 15:24:32 +0800 Subject: [PATCH] nuitka: update to 1.1.2 --- mingw-w64-python-nuitka/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-nuitka/PKGBUILD b/mingw-w64-python-nuitka/PKGBUILD index 1c837a3fff..9ffa5ba9dd 100644 --- a/mingw-w64-python-nuitka/PKGBUILD +++ b/mingw-w64-python-nuitka/PKGBUILD @@ -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