Skip to content

Commit

Permalink
updpatch: mdcat 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored and felixonmars committed Nov 26, 2024
1 parent 99d2c07 commit a280181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mdcat/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,7 +20,9 @@ sha256sums=('a918d68bb07fbb00d7b733176175fb2bb0925e1393db072cd04d6927cb8e9fd6')
@@ -18,7 +18,7 @@ sha256sums=('e372a82291a139f95d77c12325a2f595f47f6d6b4c2de70e50ab2117e975734f')

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

Please sign in to comment.