[arch-commits] Commit in go-ethereum/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Fri Aug 31 14:14:08 UTC 2018
Date: Friday, August 31, 2018 @ 14:14:07
Author: tensor5
Revision: 375846
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 375845, 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-31 14:13:50 UTC (rev 375845)
+++ PKGBUILD 2018-08-31 14:14:07 UTC (rev 375846)
@@ -1,30 +0,0 @@
-# $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/*
-}
Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 375845, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-31 14:14:07 UTC (rev 375846)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.8.15
+_commit=89451f7c382ad2185987ee369f16416f89c28a7d
+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