[arch-commits] Commit in go-ethereum/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Sun Aug 5 16:33:25 UTC 2018
Date: Sunday, August 5, 2018 @ 16:33:24
Author: tensor5
Revision: 368390
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 368389, 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-08-05 16:33:04 UTC (rev 368389)
+++ PKGBUILD 2018-08-05 16:33:24 UTC (rev 368390)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.8.12
-_commit=37685930d953bcbe023f9bc65b135a8d8b8f1488
-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 368389, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-05 16:33:24 UTC (rev 368390)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.8.13
+_commit=225171a4bfcc16bd12a1906b1e0d43d0b18c353b
+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