maturin: update to 1.10.1
This commit is contained in:
committed by
Dirk Stolle
parent
85faf5c0b7
commit
c8c19b7fc1
@@ -5,7 +5,7 @@ _realname=maturin
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}"
|
||||
"${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=1.9.6
|
||||
pkgver=1.10.1
|
||||
pkgrel=1
|
||||
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings (mingw-w64)'
|
||||
arch=('any')
|
||||
@@ -22,7 +22,7 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools-rust")
|
||||
options=('!strip')
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('2c2ae37144811d365509889ed7220b0598487f1278c2441829c3abf56cc6324a')
|
||||
sha256sums=('69543e8bad4221c3c7ae7d7f31f275757bff8a66936368e013fa0256f8d6b512')
|
||||
|
||||
prepare() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Reference in New Issue
Block a user