Skip to content

Commit

Permalink
updpatch: typst 1:0.6.0-1
Browse files Browse the repository at this point in the history
Fix rotten patch.
  • Loading branch information
hack3ric committed Jul 2, 2023
1 parent f47a9fc commit dc1eacd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typst/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,7 +20,7 @@ sha256sums=('f52e1cab191034354b3adaa97c27cbf16ed99486dc302b014bf211a8b6a7e964')
@@ -20,7 +20,9 @@ sha256sums=('0f5c16c2143bbdc8889d823506e29a4706f8606ce29769916d71b17a05dda568')

prepare() {
cd "$_archive"
- 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
}

Expand Down

0 comments on commit dc1eacd

Please sign in to comment.