diff --git a/kubie/riscv64.patch b/kubie/riscv64.patch deleted file mode 100644 index 9c702c96c..000000000 --- a/kubie/riscv64.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- PKGBUILD -+++ PKGBUILD -@@ -15,11 +15,13 @@ options=('!lto') - - prepare() { - cd "$pkgname-$pkgver" -- cargo fetch --locked --target "$CARCH-unknown-linux-gnu" -+ cargo fetch --locked - } - - build() { - cd "$pkgname-$pkgver" -+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml -+ cargo update -p ring - cargo build --release --frozen --no-default-features - } -