[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Tue Mar 1 11:42:50 UTC 2022
Date: Tuesday, March 1, 2022 @ 11:42:49
Author: artafinde
Revision: 1138964
archrelease: copy trunk to community-x86_64
Added:
go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1138963, go-ethereum/trunk/PKGBUILD)
go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1138963, 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-03-01 11:42:45 UTC (rev 1138963)
+++ PKGBUILD 2022-03-01 11:42:49 UTC (rev 1138964)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=go-ethereum
-pkgver=1.10.16
-_commit=20356e57b119b4e70ce47665a71964434e15200d
-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 1138963, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-01 11:42:49 UTC (rev 1138964)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.10.16
+_commit=20356e57b119b4e70ce47665a71964434e15200d
+pkgrel=2
+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-03-01 11:42:45 UTC (rev 1138963)
+++ geth-user.service 2022-03-01 11:42:49 UTC (rev 1138964)
@@ -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 1138963, go-ethereum/trunk/geth-user.service)
===================================================================
--- geth-user.service (rev 0)
+++ geth-user.service 2022-03-01 11:42:49 UTC (rev 1138964)
@@ -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