Skip to content

Commit

Permalink
addpatch: skate
Browse files Browse the repository at this point in the history
Replace unmaintained github.com/jacobsa/crypto with
github.com/aperturerobotics/jacobsa-crypto. See also
charmbracelet/charm#178.
  • Loading branch information
hack3ric authored and felixonmars committed Sep 9, 2023
1 parent b1bcaeb commit bdc722a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions skate/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -29,6 +29,8 @@ prepare() {

# download dependencies
export GOPATH="${srcdir}"
+ go mod edit -replace github.com/jacobsa/[email protected]=github.com/aperturerobotics/[email protected]
+ go mod tidy
go mod download
}

0 comments on commit bdc722a

Please sign in to comment.