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

Nicola Squartini tensor5 at archlinux.org
Wed Nov 16 18:52:39 UTC 2016


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



More information about the arch-commits mailing list