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 <[email protected]>
-
-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 <[email protected]>
+
+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 <[email protected]>
-
-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 <[email protected]>
+
+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/*
+}

Reply via email to