[arch-commits] Commit in go-ethereum/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Tue Jul 17 09:56:20 UTC 2018
Date: Tuesday, July 17, 2018 @ 09:56:20
Author: tensor5
Revision: 360552
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 360551, 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-07-17 09:56:15 UTC (rev 360551)
+++ PKGBUILD 2018-07-17 09:56:20 UTC (rev 360552)
@@ -1,30 +0,0 @@
-# $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/*
-}
Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 360551, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-17 09:56:20 UTC (rev 360552)
@@ -0,0 +1,30 @@
+# $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/*
+}
More information about the arch-commits
mailing list