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 committed Nov 25, 2024
1 parent f890985 commit 75b975a
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 75b975a

Please sign in to comment.