Skip to content

Commit

Permalink
updpatch: maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
r-value authored and felixonmars committed Oct 9, 2023
1 parent 0f04ed0 commit b9d5027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions maturin/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
diff --git PKGBUILD PKGBUILD
index e110635..b6b3ec6 100644
--- PKGBUILD
+++ PKGBUILD
@@ -17,7 +17,9 @@ b2sums=('d554d6fac430acb9300f66065cbe7a6fb22c8384cc4c9ac26b575de7ffb3581e5ed8ca0
@@ -41,7 +41,9 @@ _pick() {

prepare() {
cd $pkgname-$pkgver
cd $pkgbase-$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
Expand Down

0 comments on commit b9d5027

Please sign in to comment.