Skip to content

Commit

Permalink
rust-sccache: update to 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Logarithmus committed May 5, 2021
1 parent c7c6f90 commit 552f49d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions srcpkgs/rust-sccache/template
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.2.13
revision=3
version=0.2.15
revision=1
wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo
hostmakedepends="pkg-config"
hostmakedepends="pkgconf"
makedepends="openssl-devel"
short_desc="Sccache is a ccache-like tool"
checkdepends="cargo"
short_desc="Ccache-like tool for Rust, C/C++ & more"
maintainer="Enno Boland <[email protected]>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=34b8eaab25eb467e9796c2f3ad7524c8548bf3afed962a922dd0b40ed2472ef7
checksum=cd1b19d56224beccdbf3fcc1fac1b21d58ddad64eed7fc1288db84d227bcebf7
make_check=extended

case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac

pre_build() {
cargo update --package openssl-sys --precise 0.9.58
}

0 comments on commit 552f49d

Please sign in to comment.