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

Nicola Squartini tensor5 at archlinux.org
Thu Feb 15 18:27:25 UTC 2018


    Date: Thursday, February 15, 2018 @ 18:27:24
  Author: tensor5
Revision: 294757

upgpkg: parity 1.8.9-2

Rename ethkey to parity-ethkey.

Modified:
  parity/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-15 17:44:32 UTC (rev 294756)
+++ PKGBUILD	2018-02-15 18:27:24 UTC (rev 294757)
@@ -4,7 +4,7 @@
 pkgname=parity
 pkgver=1.8.9
 _commit=1952d05d9c3ec977a33d8c1182f3c9d421c9c6f1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')
 url='https://parity.io/'
@@ -29,6 +29,7 @@
     cd ${pkgname}
 
     install -Dm755 -t "${pkgdir}"/usr/bin \
-        target/release/{ethkey,ethstore,parity,parity-evm}
+        target/release/{ethstore,parity,parity-evm}
+    install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
     install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
 }



More information about the arch-commits mailing list