[arch-commits] Commit in parity-ethereum/repos/community-x86_64 (4 files)

Nicola Squartini tensor5 at archlinux.org
Fri Sep 21 10:41:09 UTC 2018


    Date: Friday, September 21, 2018 @ 10:41:08
  Author: tensor5
Revision: 383818

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 383817, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity.service
    (from rev 383817, 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	2018-09-21 10:40:53 UTC (rev 383817)
+++ PKGBUILD	2018-09-21 10:41:08 UTC (rev 383818)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity-ethereum
-pkgver=2.0.5
-_commit=7dc4d349a1f9853d0d02d30a1a1fc381eae3b08b
-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 383817, parity-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-21 10:41:08 UTC (rev 383818)
@@ -0,0 +1,38 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity-ethereum
+pkgver=2.0.6
+_commit=549e202fc1067ba2ea3d6f7b8f5c1bbe5c7e3372
+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	2018-09-21 10:40:53 UTC (rev 383817)
+++ parity.service	2018-09-21 10:41:08 UTC (rev 383818)
@@ -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 383817, parity-ethereum/trunk/parity.service)
===================================================================
--- parity.service	                        (rev 0)
+++ parity.service	2018-09-21 10:41:08 UTC (rev 383818)
@@ -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