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

Nicola Squartini tensor5 at archlinux.org
Thu Mar 29 06:29:14 UTC 2018


    Date: Thursday, March 29, 2018 @ 06:29:10
  Author: tensor5
Revision: 313285

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 313284, 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-03-29 06:28:04 UTC (rev 313284)
+++ PKGBUILD	2018-03-29 06:29:10 UTC (rev 313285)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.8.2
-_commit=b8b9f7f4476a30a0aaf6077daade6ae77f969960
-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 313284, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-29 06:29:10 UTC (rev 313285)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.8.3
+_commit=329ac18ef617d0238f71637bffe78f028b0f13f7
+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