Skip to content

Commit

Permalink
updpatch: cargo-semver-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TinySnow authored and felixonmars committed Jun 21, 2023
1 parent b19a50f commit 806af2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cargo-semver-checks/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- PKGBUILD
+++ PKGBUILD
@@ -17,7 +17,7 @@ options=('!lto')

prepare() {
cd "$pkgname"
@@ -24,7 +24,7 @@ prepare() {
# downgrade git2 dependency, as it breaks index retrieval:
# https://github.com/obi1kenobi/cargo-semver-checks/issues/468
patch -Np1 -i ../"$pkgname-0.21.0-downgrade_git2.patch"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}
Expand Down

0 comments on commit 806af2a

Please sign in to comment.