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: himalaya #2733

Merged
merged 1 commit into from
Jun 21, 2023
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
8 changes: 5 additions & 3 deletions himalaya/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -18,7 +18,7 @@ prepare() {
@@ -15,7 +15,9 @@ sha512sums=('ab8a3b4ae855d5d66d384472ce3ecb2b10a479e1bab1e59327d7e4405636ef4be32

prepare() {
cd "$pkgname-$pkgver"
# Repair broken lockfile in 0.6.1: https://github.com/soywod/himalaya/issues/417
cargo update
- 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
mkdir -p {completions,man}
}
Expand Down