Skip to content

Commit

Permalink
updpatch: sequoia-chameleon-gnupg 0.3.2-1
Browse files Browse the repository at this point in the history
`ring` is no longer needed.
  • Loading branch information
felixonmars committed Jul 26, 2023
1 parent 796460f commit 8705586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sequoia-chameleon-gnupg/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,7 +15,9 @@ b2sums=('6c371b635512c5f0dce7127c3aba4fc0a0755613f9578cd9c6ed5dc8da499c9bd614015
@@ -15,7 +15,7 @@ b2sums=('6c371b635512c5f0dce7127c3aba4fc0a0755613f9578cd9c6ed5dc8da499c9bd614015

prepare() {
cd $pkgname-v$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 8705586

Please sign in to comment.