diff --git a/health/riscv64.patch b/health/riscv64.patch new file mode 100644 index 000000000..068143412 --- /dev/null +++ b/health/riscv64.patch @@ -0,0 +1,15 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -40,8 +40,11 @@ b2sums=( + prepare() { + cd Health + ++ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml ++ cargo update -p ring ++ + CARGO_HOME="$srcdir/build/cargo-home" \ +- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" ++ cargo fetch --locked + + # https://gitlab.gnome.org/World/Health/-/merge_requests/205 + git apply -3 ../health-window-icon.patch