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

Nicola Squartini tensor5 at gemini.archlinux.org
Sat Feb 19 09:20:18 UTC 2022


    Date: Saturday, February 19, 2022 @ 09:20:17
  Author: tensor5
Revision: 1134840

upgpkg: openethereum 3.3.4-1

Modified:
  openethereum/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 09:15:50 UTC (rev 1134839)
+++ PKGBUILD	2022-02-19 09:20:17 UTC (rev 1134840)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=openethereum
-pkgver=3.3.3
-_commit=6e06824c23f05f3e231dd6ebde29c3253399a6f0
+pkgver=3.3.4
+_commit=9f87e6dc89b461a23e2082ec5e324568a54d97ce
 pkgrel=1
 pkgdesc='Fast and feature-rich multi-network Ethereum client'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 url='https://parity.io/ethereum'
 license=('GPL3')
 depends=('gcc-libs')
-makedepends=('clang' 'cmake' 'git' 'rustup')
+makedepends=('clang' 'cmake' 'git' 'rust')
 provides=('parity' 'parity-ethereum')
 conflicts=('parity' 'parity-ethereum')
 replaces=('parity' 'parity-ethereum')
@@ -27,9 +27,8 @@
 build() {
     cd ${pkgname}
 
-    printf '[toolchain]\nchannel = "1.52.1"\nprofile = "minimal"\n' > rust-toolchain.toml
     cargo build --release --features final
-    # cargo build --release -p evmbin
+    cargo build --release -p evmbin
     cargo build --release -p ethstore-cli
     cargo build --release -p ethkey-cli
 }
@@ -38,7 +37,7 @@
     cd ${pkgname}
 
     install -Dm755 -t "${pkgdir}"/usr/bin \
-        target/release/{ethstore,openethereum} # openethereum-evm
+        target/release/{ethstore,openethereum,openethereum-evm}
     install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/openethereum-ethkey
     for type in system user; do
         install -Dm644 ../openethereum-${type}.service \



More information about the arch-commits mailing list