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

Nicola Squartini tensor5 at archlinux.org
Thu Oct 5 17:30:53 UTC 2017


    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 <tensor5 at gmail.com>
-
-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 <tensor5 at gmail.com>
+
+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 <tensor5 at gmail.com>
-
-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 <tensor5 at gmail.com>
+
+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/*
+}



More information about the arch-commits mailing list