[arch-commits] Commit in geth/repos (4 files)
Nicola Squartini
tensor5 at archlinux.org
Fri Jun 2 00:58:26 UTC 2017
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 <tensor5 at gmail.com>
-
-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 <tensor5 at gmail.com>
+
+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 <tensor5 at gmail.com>
-
-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 <tensor5 at gmail.com>
+
+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/*
+}
More information about the arch-commits
mailing list