nuitka: update to v1.1.1

This commit is contained in:
星外之神
2022-10-04 22:22:33 +08:00
committed by GitHub
parent 513768cefd
commit fe867fda85

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