[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Tue Mar 17 01:18:11 UTC 2020
Date: Tuesday, March 17, 2020 @ 01:18:10
Author: tensor5
Revision: 599985
upgpkg: go-ethereum 1.9.12-1
Modified:
go-ethereum/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-17 01:08:06 UTC (rev 599984)
+++ PKGBUILD 2020-03-17 01:18:10 UTC (rev 599985)
@@ -1,15 +1,15 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=go-ethereum
-pkgver=1.9.11
-_commit=6a62fe399b68ab9e3625ef5e7900394f389adc3a
-pkgrel=2
+pkgver=1.9.12
+_commit=b6f1c8dcc058a936955eb8e5766e2962218924bc
+pkgrel=1
pkgdesc='Official Go implementation of the Ethereum protocol'
arch=('x86_64')
url='https://geth.ethereum.org/'
license=('GPL3')
depends=('glibc')
-makedepends=('git' 'go-pie')
+makedepends=('git' 'go')
provides=('geth')
conflicts=('geth')
replaces=('geth')
@@ -19,6 +19,8 @@
build() {
cd ${pkgname}
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie"
make all
}
More information about the arch-commits
mailing list