Skip to content

Commit

Permalink
addpatch: flip-link 0.1.7-1
Browse files Browse the repository at this point in the history
- Fix broken cargo target
  • Loading branch information
aimixsaka authored and felixonmars committed Dec 5, 2023
1 parent 245cdf9 commit dbeb174
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flip-link/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,7 +14,7 @@ b2sums=('e1232cf0f173abe83eeb894b2062820394ce6ff20ed817f7af1cedf23320f508f57d23e

prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}

build() {

0 comments on commit dbeb174

Please sign in to comment.