maturin: update to 1.9.3

This commit is contained in:
Dirk Stolle 2025-08-05 13:57:33 +02:00
parent a922a4dfa3
commit 5eaa92e031

View File

@ -4,7 +4,7 @@ _realname=maturin
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.9.2
pkgver=1.9.3
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings (mingw-w64)'
arch=('any')
@ -21,7 +21,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools-rust")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8b534d3a8acb922fc7a01ec89c12ba950dccdc11b57457c1d4c2661ae24bf96d')
sha256sums=('267ac8d0471d1ee2320b8b2ee36f400a32cd2492d7becbd0d976bd3503c2f69b')
prepare() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"