Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: maturin 1.8.1-2 #4418

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions maturin/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git PKGBUILD PKGBUILD
index e110635..b6b3ec6 100644
index ee884de..62afbd0 100644
--- PKGBUILD
+++ PKGBUILD
@@ -41,7 +41,9 @@ _pick() {
@@ -38,7 +38,9 @@ b2sums=('98f7f159c28d7b773a8daa103c1d2280a6ceab979d3d564d3c3ae47f9540c6307cfbde0

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