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

Nicola Squartini tensor5 at archlinux.org
Thu Nov 17 16:50:19 UTC 2016


    Date: Thursday, November 17, 2016 @ 16:50:18
  Author: tensor5
Revision: 196250

upgpkg: geth 1.5.1-1

Modified:
  geth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-17 15:51:27 UTC (rev 196249)
+++ PKGBUILD	2016-11-17 16:50:18 UTC (rev 196250)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=geth
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
-sha256sums=('0005782b9c43cca81f2455fad560e6e7db57bda35a9f76312adcaa4cd6a28356')
+sha256sums=('ed9dbf9d48025c5a77606fd9a479fe3c2a218bc3e60295621c2a9927c3b8f322')
 
 build() {
     cd go-ethereum-${pkgver}
@@ -22,6 +22,5 @@
 package() {
     cd go-ethereum-${pkgver}
     
-    install -dm755 "${pkgdir}"/usr/bin
-    install -m755 build/bin/* "${pkgdir}"/usr/bin
+    install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
 }



More information about the arch-commits mailing list