Date: Thursday, March 4, 2021 @ 16:22:09 Author: tensor5 Revision: 880391
upgpkg: go-ethereum 1.10.0-1 Modified: go-ethereum/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 16:21:31 UTC (rev 880390) +++ PKGBUILD 2021-03-04 16:22:09 UTC (rev 880391) @@ -1,9 +1,9 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=go-ethereum -pkgver=1.9.25 -_commit=e7872729012a4871397307b12cc3f4772ffcbec6 -pkgrel=2 +pkgver=1.10.0 +_commit=56dec25ae26bf749b93c3ea69538fabea60c5768 +pkgrel=1 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 }
