[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Sat Nov 14 02:18:56 UTC 2020


    Date: Saturday, November 14, 2020 @ 02:18:56
  Author: tensor5
Revision: 754043

upgpkg: go-ethereum 1.9.24-2

Rebuild with Go 1.15.5.

Modified:
  go-ethereum/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 01:01:05 UTC (rev 754042)
+++ PKGBUILD	2020-11-14 02:18:56 UTC (rev 754043)
@@ -3,7 +3,7 @@
 pkgname=go-ethereum
 pkgver=1.9.24
 _commit=cc05b050df5f88e80bb26aaf6d2f339c49c2d702
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')
 url='https://geth.ethereum.org/'
@@ -19,7 +19,7 @@
 build() {
     cd ${pkgname}
 
-    export CGO_LDFLAGS="${LDFLAGS}"
+#    export CGO_LDFLAGS="${LDFLAGS}"
     export GOFLAGS="-buildmode=pie"
     make all
 }



More information about the arch-commits mailing list