Skip to content

Commit

Permalink
python-nuitka: update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Nov 19, 2024
1 parent 70fd4fe commit 0902848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-nuitka/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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=2.5
pkgver=2.5.1
pkgrel=1
pkgdesc="Python to native compiler (mingw-w64)"
arch=('any')
Expand All @@ -27,7 +27,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=('696c2cf7b9c3adefbf9afc26e701f34abe2a25a649f7fc65a873435e0bb1c0fa')
sha256sums=('5fec9404a04de124b8d0094a6ebbc69cf63e30f0982b8dbd4618bec48a5288c5')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 0902848

Please sign in to comment.