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

Nicola Squartini tensor5 at archlinux.org
Mon Jan 9 21:53:41 UTC 2017


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



More information about the arch-commits mailing list