[arch-commits] Commit in geth/repos/community-x86_64 (PKGBUILD PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Nov 22 15:45:07 UTC 2017


    Date: Wednesday, November 22, 2017 @ 15:45:05
  Author: tensor5
Revision: 268053

archrelease: copy trunk to community-x86_64

Added:
  geth/repos/community-x86_64/PKGBUILD
    (from rev 268052, geth/trunk/PKGBUILD)
Deleted:
  geth/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 15:44:41 UTC (rev 268052)
+++ PKGBUILD	2017-11-22 15:45:05 UTC (rev 268053)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=geth
-pkgver=1.7.2
-_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
-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-pie')
-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 268052, geth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-22 15:45:05 UTC (rev 268053)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.7.3
+_commit=4bb3c89d44e372e6a9ab85a8be0c9345265c763a
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+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