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

Nicola Squartini tensor5 at archlinux.org
Tue Jun 12 21:18:18 UTC 2018


    Date: Tuesday, June 12, 2018 @ 21:18:18
  Author: tensor5
Revision: 342723

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 342722, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-12 21:18:10 UTC (rev 342722)
+++ PKGBUILD	2018-06-12 21:18:18 UTC (rev 342723)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.8.10
-_commit=eae63c511ceafab14b92e274c1b18bf1700e2d3d
-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')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
-    cd ${pkgname}
-
-    make all
-}
-
-package() {
-    cd ${pkgname}
-
-    install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 342722, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-12 21:18:18 UTC (rev 342723)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.8.11
+_commit=dea1ce052a10cd7d401a5c04f83f371a06fe293c
+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')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+    cd ${pkgname}
+
+    make all
+}
+
+package() {
+    cd ${pkgname}
+
+    install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}



More information about the arch-commits mailing list