python-maturin: update to 0.13.2

This commit is contained in:
Mehdi Chinoune
2022-08-18 12:56:29 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 8c609ea924
commit 737dedbab9

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.13.1
pkgver=0.13.2
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=('9258fd7ce202ba57956f95f557310c6fcdf6c7715b4eee06630355885d227962'
sha256sums=('22afa6d4367eed3225a8650604483f13c127df612cb4ed66e074244c2344c668'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')
prepare() {