Skip to content

Commit

Permalink
updpatch: go 1.21.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen authored and felixonmars committed Jan 10, 2024
1 parent 338b4ea commit 76e0b89
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
diff --git PKGBUILD PKGBUILD
index 275ef78..2b45cb7 100644
--- PKGBUILD
+++ PKGBUILD
@@ -24,14 +24,25 @@
@@ -24,14 +24,25 @@ makedepends=(git go)
replaces=(go-pie)
provides=(go-pie)
options=(!strip staticlibs)
-source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
+source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc}
+ go-riscv64-cachelinepad.patch::https://github.com/golang/go/commit/5e31f78c8a4ed1b872ddc194f0cd1ae931b37d7e.diff)
validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
sha256sums=('285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19'
sha256sums=('124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248'
- 'SKIP')
+ 'SKIP'
+ 'c1cb89163b5bf0cf018345a98f5f0897241610cd2aab4b61b87b9bf58c424dc6')
Expand All @@ -32,7 +30,7 @@ index 275ef78..2b45cb7 100644
export GOROOT_FINAL=/usr/lib/go
export GOROOT_BOOTSTRAP=/usr/lib/go

@@ -50,7 +61,7 @@
@@ -50,7 +61,7 @@ package() {
cd "$pkgname"

install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go" \
Expand Down

0 comments on commit 76e0b89

Please sign in to comment.