diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index db554d3ca67..8cf027ae38f 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,18 +1,18 @@ # Template file for 'maturin' pkgname=maturin -version=1.8.6 +version=1.8.7 revision=1 build_style=python3-pep517 build_helper="qemu rust" -hostmakedepends="python3-setuptools-rust python3-tomli python3-wheel cargo" -makedepends="openssl-devel" +hostmakedepends="python3-setuptools-rust python3-tomli python3-wheel cargo pkg-config" +makedepends="openssl-devel libzstd-devel" depends="python3-tomli" short_desc="Build and publish crates as python packages" maintainer="Andrew J. Hesford " license="Apache-2.0, MIT" homepage="https://github.com/PyO3/maturin" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ab092813266355e08b2feeb0b138c8a47be7cac44a0ed45c9e04722ae94b8bf5 +checksum=7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24 # Tests use unstable features and fail to build make_check=no