[arch-commits] Commit in parity-ethereum/repos/community-x86_64 (4 files)
Nicola Squartini
tensor5 at archlinux.org
Fri Jan 11 22:39:51 UTC 2019
Date: Friday, January 11, 2019 @ 22:39:48
Author: tensor5
Revision: 422694
archrelease: copy trunk to community-x86_64
Added:
parity-ethereum/repos/community-x86_64/PKGBUILD
(from rev 422693, parity-ethereum/trunk/PKGBUILD)
parity-ethereum/repos/community-x86_64/parity.service
(from rev 422693, parity-ethereum/trunk/parity.service)
Deleted:
parity-ethereum/repos/community-x86_64/PKGBUILD
parity-ethereum/repos/community-x86_64/parity.service
----------------+
PKGBUILD | 76 +++++++++++++++++++++++++++----------------------------
parity.service | 18 ++++++-------
2 files changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-11 22:39:33 UTC (rev 422693)
+++ PKGBUILD 2019-01-11 22:39:48 UTC (rev 422694)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity-ethereum
-pkgver=2.1.10
-_commit=b47e064f8e5248582094036404891e6132428db5
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd')
-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')
-
-build() {
- cd ${pkgname}
-
- 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() {
- cd ${pkgname}
-
- install -Dm755 -t "${pkgdir}"/usr/bin \
- 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
-}
Copied: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 422693, parity-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-11 22:39:48 UTC (rev 422694)
@@ -0,0 +1,38 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity-ethereum
+pkgver=2.1.11
+_commit=e9194b0a847f65c00bbfb97c715b43658f41bc59
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd')
+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')
+
+build() {
+ cd ${pkgname}
+
+ 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() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin \
+ 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
+}
Deleted: parity.service
===================================================================
--- parity.service 2019-01-11 22:39:33 UTC (rev 422693)
+++ parity.service 2019-01-11 22:39:48 UTC (rev 422694)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target
Copied: parity-ethereum/repos/community-x86_64/parity.service (from rev 422693, parity-ethereum/trunk/parity.service)
===================================================================
--- parity.service (rev 0)
+++ parity.service 2019-01-11 22:39:48 UTC (rev 422694)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target
More information about the arch-commits
mailing list