[arch-commits] Commit in geth/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Thu May 4 12:41:47 UTC 2017


    Date: Thursday, May 4, 2017 @ 12:41:47
  Author: tensor5
Revision: 226949

upgpkg: geth 1.6.1-1

Modified:
  geth/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 12:38:56 UTC (rev 226948)
+++ PKGBUILD	2017-05-04 12:41:47 UTC (rev 226949)
@@ -2,7 +2,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=geth
-pkgver=1.6.0
+pkgver=1.6.1
+_commit=021c3c281629baf2eae967dc2f0a7532ddfdc1fb
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('i686' 'x86_64')
@@ -9,18 +10,18 @@
 url='http://geth.ethereum.org/'
 license=('GPL3')
 depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
-sha256sums=('17e35b4ea8722ea4dd3b05fe0c5dc89ab87e91012a145c429b41a035eee7abba')
+makedepends=('git' 'go')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}")
+sha256sums=('SKIP')
 
 build() {
-    cd go-ethereum-${pkgver}
+    cd go-ethereum
     
     make all
 }
 
 package() {
-    cd go-ethereum-${pkgver}
+    cd go-ethereum
     
     install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
 }



More information about the arch-commits mailing list