Date: Tuesday, September 18, 2018 @ 12:46:37 Author: tensor5 Revision: 383033
Rename parity to parity-ethereum and upgrade to 2.0.5-1 Added: parity-ethereum/ Modified: parity-ethereum/trunk/PKGBUILD Deleted: parity/ ----------+ PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) Modified: parity-ethereum/trunk/PKGBUILD =================================================================== --- parity/trunk/PKGBUILD 2018-09-18 11:18:43 UTC (rev 383032) +++ parity-ethereum/trunk/PKGBUILD 2018-09-18 12:46:37 UTC (rev 383033) @@ -1,8 +1,8 @@ # Maintainer: Nicola Squartini <[email protected]> -pkgname=parity -pkgver=1.11.11 -_commit=cb03f380ab2bb37ff18771e6886c42098ad8b15a +pkgname=parity-ethereum +pkgver=2.0.5 +_commit=7dc4d349a1f9853d0d02d30a1a1fc381eae3b08b pkgrel=1 pkgdesc='Fast, light, robust Ethereum implementation' arch=('x86_64') @@ -9,8 +9,11 @@ url='https://parity.io/' license=('GPL3') depends=('libsystemd') -makedepends=('cmake' 'git' 'rustup' 'systemd') -source=("git+https://github.com/paritytech/parity.git#commit=${_commit}" +makedepends=('cmake' 'git' 'rust' 'systemd') +provides=('parity') +conflicts=('parity') +replaces=('parity') +source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit}" 'parity.service') sha256sums=('SKIP' '2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737') @@ -18,11 +21,11 @@ build() { cd ${pkgname} - echo '1.28.0' > rust-toolchain cargo build --release --features final cargo build --release -p evmbin cargo build --release -p ethstore-cli cargo build --release -p ethkey-cli + cargo build --release -p whisper-cli } package() { @@ -29,7 +32,7 @@ cd ${pkgname} install -Dm755 -t "${pkgdir}"/usr/bin \ - target/release/{ethstore,parity,parity-evm} + target/release/{ethstore,parity,parity-evm,whisper} install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service }
