From 933bfe1e56b31dc8cc89a50841b49c98477475c2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 6 Oct 2022 13:15:15 +0200 Subject: [PATCH] rust-sccache: update to 0.3.0. --- srcpkgs/rust-sccache/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index 259e2347ebe9..ba4507127848 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,7 +1,7 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.2.13 -revision=3 +version=0.3.0 +revision=1 wrksrc="${pkgname/rust-/}-${version}" build_style=cargo hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="Apache-2.0" homepage="https://crates.io/crates/sccache" distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate" -checksum=34b8eaab25eb467e9796c2f3ad7524c8548bf3afed962a922dd0b40ed2472ef7 +checksum=0ac2f7849a987c958bc85395d5f1756d3a215bc3949b7fb7810523ccb1666072 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; @@ -19,6 +19,6 @@ case "$XBPS_TARGET_MACHINE" in esac pre_build() { - # fixes an indexmap error when cross compiling - cargo update --package autocfg:0.1.7 --precise 0.1.8 + # fixes the usage of a yanked version of cpufeatures + cargo update --package cpufeatures:0.2.1 --precise 0.2.5 }