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

Nicola Squartini tensor5 at archlinux.org
Sun Jun 11 07:41:31 UTC 2017


    Date: Sunday, June 11, 2017 @ 07:41:30
  Author: tensor5
Revision: 236150

upgpkg: parity 1.6.8-3

Add executables ethkey, ethstore and parity-evm.

Modified:
  parity/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-11 07:37:15 UTC (rev 236149)
+++ PKGBUILD	2017-06-11 07:41:30 UTC (rev 236150)
@@ -4,7 +4,7 @@
 pkgname=parity
 pkgver=1.6.8
 _commit=c39622952d7e1bc89fba1d0559125f66b2f004a0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')
 url='https://parity.io/'
@@ -20,11 +20,15 @@
     cd ${pkgname}
 
     cargo build --release --features final
+    cargo build --release -p evmbin
+    cargo build --release -p ethstore
+    cargo build --release -p ethkey
 }
 
 package() {
     cd ${pkgname}
 
-    install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+    install -Dm755 -t "${pkgdir}"/usr/bin \
+        target/release/{ethkey,ethstore,parity,parity-evm}
     install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
 }



More information about the arch-commits mailing list