Skip to content

Commit

Permalink
python-maturin: update to 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 3, 2024
1 parent 8ed55b0 commit 27d3dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-maturin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.7.6
pkgver=1.7.7
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
arch=('any')
Expand All @@ -20,7 +20,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools-rust")
options=('!strip')
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('18c3f192c0f48e820fe684c9b89cc099f0107fd93845d39d6001610e3b1b94c4')
sha256sums=('056a0b688fe697976b9b4683030544773db88c001ea10cde4e89cefcc6a873f9')

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

0 comments on commit 27d3dd6

Please sign in to comment.