Skip to content

Commit 82417f2

Browse files
Cryolitiafelixonmars
authored andcommitted
addpatch: health 0.95.0
1 parent a07d6f3 commit 82417f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

health/riscv64.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- PKGBUILD
2+
+++ PKGBUILD
3+
@@ -40,6 +40,9 @@ b2sums=(
4+
prepare() {
5+
cd Health
6+
7+
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
8+
+ cargo update -p ring
9+
+
10+
CARGO_HOME="$srcdir/build/cargo-home" \
11+
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
12+

0 commit comments

Comments
 (0)