python-maturin: update to 0.14.15

This commit is contained in:
Mehdi Chinoune
2023-03-03 12:36:50 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent cdf1c27e81
commit bf1b80106b

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.14.14
pkgver=0.14.15
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
url='https://github.com/pyo3/maturin'
@@ -20,7 +20,7 @@ makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools-rust)
source=("${_realname}-${pkgver}.tar.gz::https://github.com/pyo3/${_realname}/archive/v${pkgver}.tar.gz"
"001-fix-default-target-on-mingw-32bit.patch")
sha256sums=('de895e09e1cf609a0f31260b13b240d5a3530616e0ab05b7db01e7812372c2e0'
sha256sums=('60cbf8ff73a36333c3f5483ca679a52169839db381f06683d8e61a6c00c28cf7'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')
prepare() {