Date: Wednesday, May 2, 2018 @ 20:40:04 Author: tensor5 Revision: 318684
archrelease: copy trunk to community-x86_64 Added: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 318683, go-ethereum/trunk/PKGBUILD) Deleted: go-ethereum/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-05-02 20:39:42 UTC (rev 318683) +++ PKGBUILD 2018-05-02 20:40:04 UTC (rev 318684) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini <tens...@gmail.com> - -pkgname=go-ethereum -pkgver=1.8.6 -_commit=12683feca7483f0b0bf425c3c520e2724f69f2aa -pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' -arch=('x86_64') -url='http://geth.ethereum.org/' -license=('GPL3') -depends=('glibc') -makedepends=('git' 'go-pie') -provides=('geth') -conflicts=('geth') -replaces=('geth') -source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}") -sha256sums=('SKIP') - -build() { - cd ${pkgname} - - make all -} - -package() { - cd ${pkgname} - - install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 318683, go-ethereum/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-05-02 20:40:04 UTC (rev 318684) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Nicola Squartini <tens...@gmail.com> + +pkgname=go-ethereum +pkgver=1.8.7 +_commit=66432f3821badf24d526f2d9205f36c0543219de +pkgrel=1 +pkgdesc='Official golang implementation of the Ethereum protocol' +arch=('x86_64') +url='http://geth.ethereum.org/' +license=('GPL3') +depends=('glibc') +makedepends=('git' 'go-pie') +provides=('geth') +conflicts=('geth') +replaces=('geth') +source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}") +sha256sums=('SKIP') + +build() { + cd ${pkgname} + + make all +} + +package() { + cd ${pkgname} + + install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +}