From 9bdcedda9f9289d82bf3dad045799456a04eb08f Mon Sep 17 00:00:00 2001 From: Cryolitia PukNgae Date: Thu, 17 Oct 2024 11:24:55 +0800 Subject: [PATCH] rmvpatch: ncspot 1.1.2 --- ncspot/riscv64.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ncspot/riscv64.patch diff --git a/ncspot/riscv64.patch b/ncspot/riscv64.patch deleted file mode 100644 index 42bc6c837..000000000 --- a/ncspot/riscv64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- PKGBUILD -+++ PKGBUILD -@@ -17,7 +17,9 @@ options=('!lto') - - prepare() { - cd "${srcdir}/${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() {