From 7341dacb09fbefe6ee1c5636db00d9b568ada2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 8 Nov 2021 11:38:32 +0100 Subject: [PATCH] cargo-deny: update to 0.10.0. --- srcpkgs/cargo-deny/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template index 5ee0066d8cf9..80f4a41967d3 100644 --- a/srcpkgs/cargo-deny/template +++ b/srcpkgs/cargo-deny/template @@ -1,6 +1,6 @@ # Template file for 'cargo-deny' pkgname=cargo-deny -version=0.9.1 +version=0.10.0 revision=1 build_style=cargo configure_args="--no-default-features" @@ -11,12 +11,17 @@ maintainer="Jan Christian Grünhage " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-deny" distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" -checksum=3fcb347ed35caf3a3e303c4ec3426fafab53dcc084d83ea5c62e79a600f4ed5f +checksum=c86a0c1782f659fdbcaae887fed2d490e3fa89efe98506b57d15c03c42adb249 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="bitvec crate unimplemented for big endian" fi +case "$XBPS_TARGET_MACHINE" in + # See https://github.com/EmbarkStudios/cargo-deny/issues/372 + i686*) make_checK-args="-- --skip advisories::helpers::test::converts_url_to_path --skip index::bare::test::matches_cargo";; +esac + post_install() { vlicense LICENSE-APACHE vlicense LICENSE-MIT