Skip to content

Commit

Permalink
addpatch: deltachat-rpc-server
Browse files Browse the repository at this point in the history
- Add fix for time-rs/time#696
- Patch ring 0.16.20
  • Loading branch information
kxxt authored and felixonmars committed Aug 6, 2024
1 parent 3d8a759 commit e85c7ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deltachat-rpc-server/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -26,6 +26,9 @@ b2sums=('10dcae7ef8aab28b26bebc39cecd4e1b3ed38195c51e9b50637451f778392d9fd15efb4
prepare() {
export RUSTUP_TOOLCHAIN=stable
cd $_upstream-$pkgver
+ cargo update -p [email protected]
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p [email protected]
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"

}

0 comments on commit e85c7ad

Please sign in to comment.