[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)
Justin Kromlinger
hashworks at gemini.archlinux.org
Tue Aug 9 07:55:36 UTC 2022
Date: Tuesday, August 9, 2022 @ 07:55:35
Author: hashworks
Revision: 1263330
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1263329, go-ethereum/trunk/PKGBUILD)
go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1263329, go-ethereum/trunk/geth-user.service)
Deleted:
go-ethereum/repos/community-x86_64/PKGBUILD
go-ethereum/repos/community-x86_64/geth-user.service
-------------------+
PKGBUILD | 70 ++++++++++++++++++++++++++--------------------------
geth-user.service | 22 ++++++++--------
2 files changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-09 07:55:32 UTC (rev 1263329)
+++ PKGBUILD 2022-08-09 07:55:35 UTC (rev 1263330)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.10.20
-_commit=8f2416a89a3def6ec2c749d5afafbf2c9a18e3c8
-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}"
- 'geth-user.service')
-sha256sums=('SKIP'
- '806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
-
-build() {
- cd ${pkgname}
-
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie"
- make all
-}
-
-package() {
- cd ${pkgname}
-
- install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
- install -Dm644 ../geth-user.service \
- "${pkgdir}/usr/lib/systemd/user/geth.service"
-}
Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1263329, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-09 07:55:35 UTC (rev 1263330)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.10.21
+_commit=671094279e8d27f4b4c3c94bf8b636c26b473976
+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}"
+ 'geth-user.service')
+sha256sums=('SKIP'
+ '806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
+
+build() {
+ cd ${pkgname}
+
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie"
+ make all
+}
+
+package() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+ install -Dm644 ../geth-user.service \
+ "${pkgdir}/usr/lib/systemd/user/geth.service"
+}
Deleted: geth-user.service
===================================================================
--- geth-user.service 2022-08-09 07:55:32 UTC (rev 1263329)
+++ geth-user.service 2022-08-09 07:55:35 UTC (rev 1263330)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Geth
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/geth
-KillSignal=SIGINT
-Restart=on-failure
-
-[Install]
-WantedBy=default.target
Copied: go-ethereum/repos/community-x86_64/geth-user.service (from rev 1263329, go-ethereum/trunk/geth-user.service)
===================================================================
--- geth-user.service (rev 0)
+++ geth-user.service 2022-08-09 07:55:35 UTC (rev 1263330)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Geth
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/geth
+KillSignal=SIGINT
+Restart=on-failure
+
+[Install]
+WantedBy=default.target
More information about the arch-commits
mailing list