From 2bcffb9577c16b9b7c0bc23bfb60843d1578efa5 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 30 Jul 2023 06:01:26 +0300 Subject: [PATCH] addpatch: spytrap-adb 0.2.0-1 --- spytrap-adb/riscv64.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spytrap-adb/riscv64.patch diff --git a/spytrap-adb/riscv64.patch b/spytrap-adb/riscv64.patch new file mode 100644 index 000000000..bac3566c6 --- /dev/null +++ b/spytrap-adb/riscv64.patch @@ -0,0 +1,15 @@ +diff --git PKGBUILD PKGBUILD +index 36701de..72a8c14 100644 +--- PKGBUILD ++++ PKGBUILD +@@ -16,7 +16,9 @@ b2sums=('09494adf7a8ac8922124be1eea0f9dd1cbe9d629522d2e8f3446f7e7d73e239c900bea0 + + prepare() { + cd "${pkgname}-${pkgver}" +- cargo fetch --locked --target "$CARCH-unknown-linux-gnu" ++ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml ++ cargo update -p ring ++ cargo fetch --locked + } + + build() {