[arch-commits] Commit in go-ethereum/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at gemini.archlinux.org
Fri Oct 15 12:30:49 UTC 2021
Date: Friday, October 15, 2021 @ 12:30:48
Author: tensor5
Revision: 1030263
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1030262, go-ethereum/trunk/PKGBUILD)
Deleted:
go-ethereum/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 12:30:11 UTC (rev 1030262)
+++ PKGBUILD 2021-10-15 12:30:48 UTC (rev 1030263)
@@ -1,31 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.10.9
-_commit=eae3b1946a276ac099e0018fc792d9e8c3bfda6d
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
- cd ${pkgname}
-
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie"
- make all
-}
-
-package() {
- cd ${pkgname}
-
- install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}
Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1030262, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-15 12:30:48 UTC (rev 1030263)
@@ -0,0 +1,31 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.10.10
+_commit=bb74230f2a93057b92bf58aab09c9438ce435f95
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+ cd ${pkgname}
+
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie"
+ make all
+}
+
+package() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}
More information about the arch-commits
mailing list