Skip to content

Commit

Permalink
upgpatch: wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
light4 authored and felixonmars committed Jan 15, 2023
1 parent 33ae8c6 commit 1d3a9c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions wezterm/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff --git PKGBUILD PKGBUILD
index 065adc30..e9def0e5 100644
--- PKGBUILD
+++ PKGBUILD
@@ -47,7 +47,9 @@ prepare() {
@@ -48,7 +48,10 @@ prepare() {
git config submodule."freetype2".url "${srcdir}/${pkgname}"-freetype2

git submodule update --init --recursive
git -c protocol.file.allow=always submodule update --init --recursive
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+
+ echo -e "\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 1d3a9c4

Please sign in to comment.