Skip to content

Commit

Permalink
updpatch: openpgp-ca 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored and felixonmars committed Nov 13, 2024
1 parent a454d37 commit 2006384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openpgp-ca/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -31,7 +31,7 @@ b2sums=('58b93f368bd9c58e44649aaa730f3bf97cd9af08ad1db8fe26ceda861fae9f5b14f41be
@@ -46,7 +46,7 @@ b2sums=('62da529bbb813f213101f9e290e6469c5e0ca2b4af64189a65e2b818e6f2f632145ada8

prepare() {
cd $pkgbase-$pkgbase-v$pkgver
# NOTE: add --locked as soon as upstream has split out the components
- cargo fetch --target "$CARCH-unknown-linux-gnu"
+ cargo fetch
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}

build() {

0 comments on commit 2006384

Please sign in to comment.