Date: Friday, November 18, 2016 @ 11:47:03 Author: tensor5 Revision: 196307
archrelease: copy trunk to community-i686, community-x86_64 Added: geth/repos/community-i686/PKGBUILD (from rev 196306, geth/trunk/PKGBUILD) geth/repos/community-x86_64/PKGBUILD (from rev 196306, geth/trunk/PKGBUILD) Deleted: geth/repos/community-i686/PKGBUILD geth/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 26 ---------------------- community-x86_64/PKGBUILD | 26 ---------------------- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-11-18 11:46:38 UTC (rev 196306) +++ community-i686/PKGBUILD 2016-11-18 11:47:03 UTC (rev 196307) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini <tens...@gmail.com> - -pkgname=geth -pkgver=1.5.1 -pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' -arch=('i686' 'x86_64') -url='http://geth.ethereum.org/' -license=('GPL3') -depends=('glibc') -makedepends=('go') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz") -sha256sums=('ed9dbf9d48025c5a77606fd9a479fe3c2a218bc3e60295621c2a9927c3b8f322') - -build() { - cd go-ethereum-${pkgver} - - make all -} - -package() { - cd go-ethereum-${pkgver} - - install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: geth/repos/community-i686/PKGBUILD (from rev 196306, geth/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-18 11:47:03 UTC (rev 196307) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Nicola Squartini <tens...@gmail.com> + +pkgname=geth +pkgver=1.5.2 +pkgrel=1 +pkgdesc='Official golang implementation of the Ethereum protocol' +arch=('i686' 'x86_64') +url='http://geth.ethereum.org/' +license=('GPL3') +depends=('glibc') +makedepends=('go') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz") +sha256sums=('78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8') + +build() { + cd go-ethereum-${pkgver} + + make all +} + +package() { + cd go-ethereum-${pkgver} + + install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-11-18 11:46:38 UTC (rev 196306) +++ community-x86_64/PKGBUILD 2016-11-18 11:47:03 UTC (rev 196307) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Nicola Squartini <tens...@gmail.com> - -pkgname=geth -pkgver=1.5.1 -pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' -arch=('i686' 'x86_64') -url='http://geth.ethereum.org/' -license=('GPL3') -depends=('glibc') -makedepends=('go') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz") -sha256sums=('ed9dbf9d48025c5a77606fd9a479fe3c2a218bc3e60295621c2a9927c3b8f322') - -build() { - cd go-ethereum-${pkgver} - - make all -} - -package() { - cd go-ethereum-${pkgver} - - install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* -} Copied: geth/repos/community-x86_64/PKGBUILD (from rev 196306, geth/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-18 11:47:03 UTC (rev 196307) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Nicola Squartini <tens...@gmail.com> + +pkgname=geth +pkgver=1.5.2 +pkgrel=1 +pkgdesc='Official golang implementation of the Ethereum protocol' +arch=('i686' 'x86_64') +url='http://geth.ethereum.org/' +license=('GPL3') +depends=('glibc') +makedepends=('go') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz") +sha256sums=('78ba5fd84200daee0cbd1db063d3b7e700b62f3def2581bb952c9f7ee46e0be8') + +build() { + cd go-ethereum-${pkgver} + + make all +} + +package() { + cd go-ethereum-${pkgver} + + install -Dm755 -t "${pkgdir}"/usr/bin build/bin/* +}