[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)

Nicola Squartini tensor5 at gemini.archlinux.org
Wed Mar 30 17:39:29 UTC 2022


    Date: Wednesday, March 30, 2022 @ 17:39:29
  Author: tensor5
Revision: 1177813

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 1177812, go-ethereum/trunk/PKGBUILD)
  go-ethereum/repos/community-x86_64/geth-user.service
    (from rev 1177812, 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-30 17:38:49 UTC (rev 1177812)
+++ PKGBUILD	2022-03-30 17:39:29 UTC (rev 1177813)
@@ -1,35 +0,0 @@
-# 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"
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1177812, go-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-30 17:39:29 UTC (rev 1177813)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=go-ethereum
+pkgver=1.10.17
+_commit=25c9b49fdb74931137431c24cf28d3c65f9420d2
+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-03-30 17:38:49 UTC (rev 1177812)
+++ geth-user.service	2022-03-30 17:39:29 UTC (rev 1177813)
@@ -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 1177812, go-ethereum/trunk/geth-user.service)
===================================================================
--- geth-user.service	                        (rev 0)
+++ geth-user.service	2022-03-30 17:39:29 UTC (rev 1177813)
@@ -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