[arch-commits] Commit in geth/repos (4 files)

2017-10-14 Thread Nicola Squartini
Date: Saturday, October 14, 2017 @ 17:21:47
  Author: tensor5
Revision: 262770

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 262769, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 262769, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:21:11 UTC (rev 262769)
+++ community-i686/PKGBUILD 2017-10-14 17:21:47 UTC (rev 262770)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.1
-_commit=05101641455a754936acc5ddff92f35f5e33181c
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 262769, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:21:47 UTC (rev 262770)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.2
+_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 17:21:11 UTC (rev 262769)
+++ community-x86_64/PKGBUILD   2017-10-14 17:21:47 UTC (rev 262770)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.1
-_commit=05101641455a754936acc5ddff92f35f5e33181c
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 262769, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 17:21:47 UTC (rev 262770)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.2
+_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-10-05 Thread Nicola Squartini
Date: Thursday, October 5, 2017 @ 17:30:52
  Author: tensor5
Revision: 261784

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 261783, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 261783, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-05 17:30:25 UTC (rev 261783)
+++ community-i686/PKGBUILD 2017-10-05 17:30:52 UTC (rev 261784)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.0
-_commit=6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 261783, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-05 17:30:52 UTC (rev 261784)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.1
+_commit=05101641455a754936acc5ddff92f35f5e33181c
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-05 17:30:25 UTC (rev 261783)
+++ community-x86_64/PKGBUILD   2017-10-05 17:30:52 UTC (rev 261784)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.0
-_commit=6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 261783, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-05 17:30:52 UTC (rev 261784)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.1
+_commit=05101641455a754936acc5ddff92f35f5e33181c
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-09-14 Thread Nicola Squartini
Date: Thursday, September 14, 2017 @ 17:56:41
  Author: tensor5
Revision: 257541

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 257540, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 257540, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-14 17:56:15 UTC (rev 257540)
+++ community-i686/PKGBUILD 2017-09-14 17:56:41 UTC (rev 257541)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.7
-_commit=ab5646c532292b51e319f290afccf6a44f874372
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 257540, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-14 17:56:41 UTC (rev 257541)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.0
+_commit=6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-14 17:56:15 UTC (rev 257540)
+++ community-x86_64/PKGBUILD   2017-09-14 17:56:41 UTC (rev 257541)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.7
-_commit=ab5646c532292b51e319f290afccf6a44f874372
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 257540, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-14 17:56:41 UTC (rev 257541)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.0
+_commit=6c6c7b2af3efdad4d2f64f70f3a724af434bbcd2
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-07-15 Thread Nicola Squartini
Date: Saturday, July 15, 2017 @ 11:46:43
  Author: tensor5
Revision: 245204

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 245203, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 245203, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-15 11:46:20 UTC (rev 245203)
+++ community-i686/PKGBUILD 2017-07-15 11:46:43 UTC (rev 245204)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.6
-_commit=10a45cb59bd9bc9f717817afc029a57b222e558d
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 245203, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-15 11:46:43 UTC (rev 245204)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.7
+_commit=ab5646c532292b51e319f290afccf6a44f874372
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-15 11:46:20 UTC (rev 245203)
+++ community-x86_64/PKGBUILD   2017-07-15 11:46:43 UTC (rev 245204)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.6
-_commit=10a45cb59bd9bc9f717817afc029a57b222e558d
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 245203, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-15 11:46:43 UTC (rev 245204)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.7
+_commit=ab5646c532292b51e319f290afccf6a44f874372
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-06-25 Thread Nicola Squartini
Date: Sunday, June 25, 2017 @ 08:47:20
  Author: tensor5
Revision: 240910

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 240909, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 240909, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-25 08:46:47 UTC (rev 240909)
+++ community-i686/PKGBUILD 2017-06-25 08:47:20 UTC (rev 240910)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.5
-_commit=cf87713dd42162861b7ed227f79f0638a33571df
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 240909, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-25 08:47:20 UTC (rev 240910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.6
+_commit=10a45cb59bd9bc9f717817afc029a57b222e558d
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-25 08:46:47 UTC (rev 240909)
+++ community-x86_64/PKGBUILD   2017-06-25 08:47:20 UTC (rev 240910)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.5
-_commit=cf87713dd42162861b7ed227f79f0638a33571df
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 240909, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-25 08:47:20 UTC (rev 240910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.6
+_commit=10a45cb59bd9bc9f717817afc029a57b222e558d
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-06-01 Thread Nicola Squartini
Date: Friday, June 2, 2017 @ 00:58:26
  Author: tensor5
Revision: 232657

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 232656, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 232656, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-02 00:56:52 UTC (rev 232656)
+++ community-i686/PKGBUILD 2017-06-02 00:58:26 UTC (rev 232657)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.3
-_commit=99cba96f26bd725f80bf7a3ecde5a64727991dfa
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 232656, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-02 00:58:26 UTC (rev 232657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.5
+_commit=cf87713dd42162861b7ed227f79f0638a33571df
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-02 00:56:52 UTC (rev 232656)
+++ community-x86_64/PKGBUILD   2017-06-02 00:58:26 UTC (rev 232657)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.3
-_commit=99cba96f26bd725f80bf7a3ecde5a64727991dfa
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 232656, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-02 00:58:26 UTC (rev 232657)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.5
+_commit=cf87713dd42162861b7ed227f79f0638a33571df
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-06-01 Thread Nicola Squartini
Date: Thursday, June 1, 2017 @ 10:22:18
  Author: tensor5
Revision: 232130

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 232129, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 232129, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-01 10:20:36 UTC (rev 232129)
+++ community-i686/PKGBUILD 2017-06-01 10:22:18 UTC (rev 232130)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.1
-_commit=021c3c281629baf2eae967dc2f0a7532ddfdc1fb
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 232129, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-01 10:22:18 UTC (rev 232130)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.3
+_commit=99cba96f26bd725f80bf7a3ecde5a64727991dfa
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-01 10:20:36 UTC (rev 232129)
+++ community-x86_64/PKGBUILD   2017-06-01 10:22:18 UTC (rev 232130)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.1
-_commit=021c3c281629baf2eae967dc2f0a7532ddfdc1fb
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 232129, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-01 10:22:18 UTC (rev 232130)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.3
+_commit=99cba96f26bd725f80bf7a3ecde5a64727991dfa
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-05-04 Thread Nicola Squartini
Date: Thursday, May 4, 2017 @ 12:44:28
  Author: tensor5
Revision: 226950

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 226949, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 226949, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   26 -
 community-x86_64/PKGBUILD |   26 -
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-04 12:41:47 UTC (rev 226949)
+++ community-i686/PKGBUILD 2017-05-04 12:44:28 UTC (rev 226950)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.0
-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=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
-
-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 226949, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-04 12:44:28 UTC (rev 226950)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.1
+_commit=021c3c281629baf2eae967dc2f0a7532ddfdc1fb
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-04 12:41:47 UTC (rev 226949)
+++ community-x86_64/PKGBUILD   2017-05-04 12:44:28 UTC (rev 226950)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.6.0
-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=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
-
-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 226949, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-04 12:44:28 UTC (rev 226950)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.1
+_commit=021c3c281629baf2eae967dc2f0a7532ddfdc1fb
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-04-14 Thread Nicola Squartini
Date: Friday, April 14, 2017 @ 12:27:12
  Author: tensor5
Revision: 223012

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 223011, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 223011, 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 2017-04-14 12:26:50 UTC (rev 223011)
+++ community-i686/PKGBUILD 2017-04-14 12:27:12 UTC (rev 223012)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.9
-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=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
-
-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 223011, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-14 12:27:12 UTC (rev 223012)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.0
+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=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
+
+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   2017-04-14 12:26:50 UTC (rev 223011)
+++ community-x86_64/PKGBUILD   2017-04-14 12:27:12 UTC (rev 223012)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.9
-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=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
-
-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 223011, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-14 12:27:12 UTC (rev 223012)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.6.0
+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=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-02-14 Thread Nicola Squartini
Date: Tuesday, February 14, 2017 @ 10:56:28
  Author: tensor5
Revision: 212350

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 212349, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 212349, 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 2017-02-14 10:55:50 UTC (rev 212349)
+++ community-i686/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.8
-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=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
-
-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 212349, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.9
+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=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
+
+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   2017-02-14 10:55:50 UTC (rev 212349)
+++ community-x86_64/PKGBUILD   2017-02-14 10:56:28 UTC (rev 212350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.8
-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=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
-
-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 212349, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-14 10:56:28 UTC (rev 212350)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.9
+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=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-02-01 Thread Nicola Squartini
Date: Wednesday, February 1, 2017 @ 16:29:12
  Author: tensor5
Revision: 209657

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 209656, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 209656, 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 2017-02-01 16:28:42 UTC (rev 209656)
+++ community-i686/PKGBUILD 2017-02-01 16:29:12 UTC (rev 209657)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.7
-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=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
-
-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 209656, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-01 16:29:12 UTC (rev 209657)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.8
+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=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
+
+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   2017-02-01 16:28:42 UTC (rev 209656)
+++ community-x86_64/PKGBUILD   2017-02-01 16:29:12 UTC (rev 209657)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.7
-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=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
-
-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 209656, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-01 16:29:12 UTC (rev 209657)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.8
+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=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-01-16 Thread Nicola Squartini
Date: Monday, January 16, 2017 @ 10:30:15
  Author: tensor5
Revision: 207616

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 207615, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 207615, 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 2017-01-16 10:29:34 UTC (rev 207615)
+++ community-i686/PKGBUILD 2017-01-16 10:30:15 UTC (rev 207616)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.6
-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=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
-
-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 207615, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 10:30:15 UTC (rev 207616)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.7
+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=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
+
+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   2017-01-16 10:29:34 UTC (rev 207615)
+++ community-x86_64/PKGBUILD   2017-01-16 10:30:15 UTC (rev 207616)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.6
-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=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
-
-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 207615, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-16 10:30:15 UTC (rev 207616)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.7
+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=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2017-01-09 Thread Nicola Squartini
Date: Monday, January 9, 2017 @ 21:53:40
  Author: tensor5
Revision: 206250

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 206249, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 206249, 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 2017-01-09 21:53:14 UTC (rev 206249)
+++ community-i686/PKGBUILD 2017-01-09 21:53:40 UTC (rev 206250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.5
-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=('364a55b381b5bbf60c09a0e2a9a624d9c08dacb6570725cc2801af7c35db7690')
-
-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 206249, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-09 21:53:40 UTC (rev 206250)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.6
+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=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
+
+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   2017-01-09 21:53:14 UTC (rev 206249)
+++ community-x86_64/PKGBUILD   2017-01-09 21:53:40 UTC (rev 206250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.5
-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=('364a55b381b5bbf60c09a0e2a9a624d9c08dacb6570725cc2801af7c35db7690')
-
-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 206249, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-09 21:53:40 UTC (rev 206250)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.6
+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=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-12-14 Thread Nicola Squartini
Date: Wednesday, December 14, 2016 @ 14:52:49
  Author: tensor5
Revision: 199415

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 199414, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 199414, 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-12-14 14:52:16 UTC (rev 199414)
+++ community-i686/PKGBUILD 2016-12-14 14:52:49 UTC (rev 199415)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.4
-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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
-
-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 199414, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-14 14:52:49 UTC (rev 199415)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.5
+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=('364a55b381b5bbf60c09a0e2a9a624d9c08dacb6570725cc2801af7c35db7690')
+
+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-12-14 14:52:16 UTC (rev 199414)
+++ community-x86_64/PKGBUILD   2016-12-14 14:52:49 UTC (rev 199415)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.4
-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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
-
-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 199414, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-14 14:52:49 UTC (rev 199415)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.5
+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=('364a55b381b5bbf60c09a0e2a9a624d9c08dacb6570725cc2801af7c35db7690')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-11-28 Thread Nicola Squartini
Date: Monday, November 28, 2016 @ 14:39:38
  Author: tensor5
Revision: 197154

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 197153, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 197153, 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-28 14:39:10 UTC (rev 197153)
+++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.3
-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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
-
-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 197153, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.4
+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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
+
+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-28 14:39:10 UTC (rev 197153)
+++ community-x86_64/PKGBUILD   2016-11-28 14:39:38 UTC (rev 197154)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.3
-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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
-
-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 197153, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-28 14:39:38 UTC (rev 197154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.4
+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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-11-25 Thread Nicola Squartini
Date: Friday, November 25, 2016 @ 10:06:10
  Author: tensor5
Revision: 196837

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 196836, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 196836, 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-25 10:05:40 UTC (rev 196836)
+++ community-i686/PKGBUILD 2016-11-25 10:06:10 UTC (rev 196837)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-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/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 196836, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-25 10:06:10 UTC (rev 196837)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.3
+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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
+
+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-25 10:05:40 UTC (rev 196836)
+++ community-x86_64/PKGBUILD   2016-11-25 10:06:10 UTC (rev 196837)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-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/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 196836, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-25 10:06:10 UTC (rev 196837)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.3
+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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-11-18 Thread Nicola Squartini
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 
-
-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 
+
+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 
-
-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 
+
+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/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-11-17 Thread Nicola Squartini
Date: Thursday, November 17, 2016 @ 16:50:52
  Author: tensor5
Revision: 196251

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 196250, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 196250, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-17 16:50:18 UTC (rev 196250)
+++ community-i686/PKGBUILD 2016-11-17 16:50:52 UTC (rev 196251)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.0
-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=('0005782b9c43cca81f2455fad560e6e7db57bda35a9f76312adcaa4cd6a28356')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -dm755 "${pkgdir}"/usr/bin
-install -m755 build/bin/* "${pkgdir}"/usr/bin
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 196250, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-17 16:50:52 UTC (rev 196251)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+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/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-17 16:50:18 UTC (rev 196250)
+++ community-x86_64/PKGBUILD   2016-11-17 16:50:52 UTC (rev 196251)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.0
-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=('0005782b9c43cca81f2455fad560e6e7db57bda35a9f76312adcaa4cd6a28356')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -dm755 "${pkgdir}"/usr/bin
-install -m755 build/bin/* "${pkgdir}"/usr/bin
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 196250, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-17 16:50:52 UTC (rev 196251)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+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/*
+}


[arch-commits] Commit in geth/repos (4 files)

2016-11-16 Thread Nicola Squartini
Date: Wednesday, November 16, 2016 @ 18:52:38
  Author: tensor5
Revision: 196056

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/PKGBUILD
(from rev 196055, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/PKGBUILD
(from rev 196055, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-i686/PKGBUILD
  geth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-16 18:52:04 UTC (rev 196055)
+++ community-i686/PKGBUILD 2016-11-16 18:52:38 UTC (rev 196056)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.4.18
-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=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -dm755 "${pkgdir}"/usr/bin
-install -m755 build/bin/* "${pkgdir}"/usr/bin
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 196055, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-16 18:52:38 UTC (rev 196056)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.0
+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=('0005782b9c43cca81f2455fad560e6e7db57bda35a9f76312adcaa4cd6a28356')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-16 18:52:04 UTC (rev 196055)
+++ community-x86_64/PKGBUILD   2016-11-16 18:52:38 UTC (rev 196056)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.4.18
-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=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -dm755 "${pkgdir}"/usr/bin
-install -m755 build/bin/* "${pkgdir}"/usr/bin
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 196055, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-16 18:52:38 UTC (rev 196056)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.0
+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=('0005782b9c43cca81f2455fad560e6e7db57bda35a9f76312adcaa4cd6a28356')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}


[arch-commits] Commit in geth/repos (4 files)

2016-10-30 Thread Nicola Squartini
Date: Sunday, October 30, 2016 @ 18:22:28
  Author: tensor5
Revision: 194042

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geth/repos/community-i686/
  geth/repos/community-i686/PKGBUILD
(from rev 194041, geth/trunk/PKGBUILD)
  geth/repos/community-x86_64/
  geth/repos/community-x86_64/PKGBUILD
(from rev 194041, geth/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: geth/repos/community-i686/PKGBUILD (from rev 194041, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.4.18
+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=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 194041, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 18:22:28 UTC (rev 194042)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.4.18
+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=('a584b52f432c4171ce3c00ee0742d44ec3dd78796d6f7bb8e4b82f6b3cfa707b')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -dm755 "${pkgdir}"/usr/bin
+install -m755 build/bin/* "${pkgdir}"/usr/bin
+}