Date: Monday, July 27, 2020 @ 14:11:08 Author: tensor5 Revision: 665476
archrelease: copy trunk to community-x86_64 Added: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 665475, go-ethereum/trunk/PKGBUILD) Deleted: go-ethereum/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-27 14:10:40 UTC (rev 665475) +++ PKGBUILD 2020-07-27 14:11:08 UTC (rev 665476) @@ -1,31 +0,0 @@ -# Maintainer: Nicola Squartini <tens...@gmail.com> - -pkgname=go-ethereum -pkgver=1.9.17 -_commit=748f22c192d24082723f935afd0b0b63e7fd50f4 -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') -provides=('geth') -conflicts=('geth') -replaces=('geth') -source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}") -sha256sums=('SKIP') - -build() { - cd ${pkgname} - - export CGO_LDFLAGS="${LDFLAGS}" - export GOFLAGS="-buildmode=pie" - make all -} - -package() { - cd ${pkgname} - - install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 665475, go-ethereum/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-27 14:11:08 UTC (rev 665476) @@ -0,0 +1,31 @@ +# Maintainer: Nicola Squartini <tens...@gmail.com> + +pkgname=go-ethereum +pkgver=1.9.18 +_commit=f5382591874220287de253bfc08b10afd5244927 +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') +provides=('geth') +conflicts=('geth') +replaces=('geth') +source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}") +sha256sums=('SKIP') + +build() { + cd ${pkgname} + + export CGO_LDFLAGS="${LDFLAGS}" + export GOFLAGS="-buildmode=pie" + make all +} + +package() { + cd ${pkgname} + + install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +}