Skip to content

Commit

Permalink
addpatch: trippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtwz authored and felixonmars committed Mar 31, 2023
1 parent 1ea6857 commit dc99df0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions trippy/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -16,7 +16,7 @@ b2sums=('f393b134f7e2cf2092c8c15d747a724624c58ea4fe42811b260aff0c0f3cead17d72867

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

build() {

0 comments on commit dc99df0

Please sign in to comment.