From d72fb1686002def5401d6344cc5968603a81e351 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 9 Dec 2022 01:48:54 +0530 Subject: [PATCH] rust-sccache: update to 0.3.3. --- srcpkgs/rust-sccache/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index b4a8322340b4..7ed142e7764d 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,6 +1,6 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.3.1 +version=0.3.3 revision=1 build_style=cargo # fails in musl @@ -12,19 +12,13 @@ maintainer="Enno Boland " license="Apache-2.0" homepage="https://crates.io/crates/sccache" distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate" -checksum=10ee186f1d2f069ce3c62a2995b3cb50a6671b13d65dfbd35d3f62591040184d +checksum=6aae524ce9e447b7dbe9d43918827ede44d77591f820d843738d14b4f6195a4d case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; *) broken="ftbfs in ring" ;; esac -pre_build() { - # fixes the usage of yanked versions of crates - cargo update --package cpufeatures:0.2.1 --precise 0.2.5 - cargo update --package textwrap:0.15.1 --precise 0.15.2 -} - pre_check() { # tries to spawn /usr/bin/cargo and fails rm -f tests/sccache_cargo.rs