Skip to content

Commit

Permalink
addpkg: go-ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-value authored and felixonmars committed Nov 29, 2021
1 parent 97f49f9 commit f024f26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions go-ipfs/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git PKGBUILD PKGBUILD
index 4b89dd3b..32ef4063 100644
--- PKGBUILD
+++ PKGBUILD
@@ -34,6 +34,8 @@ prepare() {
tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
cd go-ipfs
patch -Np1 -i ../rb.patch
+ go mod edit -replace github.com/marten-seemann/tcp=github.com/r-value/tcp@master
+ go mod vendor
}

build() {

0 comments on commit f024f26

Please sign in to comment.