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

Nicola Squartini tensor5 at archlinux.org
Fri Jun 9 15:40:45 UTC 2017


    Date: Friday, June 9, 2017 @ 15:40:44
  Author: tensor5
Revision: 235573

upgpkg: parity 1.6.8-2

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-09 15:34:12 UTC (rev 235572)
+++ PKGBUILD	2017-06-09 15:40:44 UTC (rev 235573)
@@ -4,7 +4,7 @@
 pkgname=parity
 pkgver=1.6.8
 _commit=c39622952d7e1bc89fba1d0559125f66b2f004a0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')
 url='https://parity.io/'
@@ -19,7 +19,7 @@
 build() {
     cd ${pkgname}
 
-    cargo build --release
+    cargo build --release --features final
 }
 
 package() {



More information about the arch-commits mailing list