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

Nicola Squartini tensor5 at archlinux.org
Tue Mar 19 11:55:41 UTC 2019


    Date: Tuesday, March 19, 2019 @ 11:55:40
  Author: tensor5
Revision: 442678

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
    (from rev 442677, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity.service
    (from rev 442677, 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-03-19 11:54:41 UTC (rev 442677)
+++ PKGBUILD	2019-03-19 11:55:40 UTC (rev 442678)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity-ethereum
-pkgver=2.3.5
-_commit=ebd0fd0117415808ac341e7c1b19ec310d29b157
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('systemd-libs')
-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 442677, parity-ethereum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-19 11:55:40 UTC (rev 442678)
@@ -0,0 +1,38 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity-ethereum
+pkgver=2.3.6
+_commit=7aab6b74daa67bf8facfc293a470e6233963c28f
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('systemd-libs')
+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-03-19 11:54:41 UTC (rev 442677)
+++ parity.service	2019-03-19 11:55:40 UTC (rev 442678)
@@ -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 442677, parity-ethereum/trunk/parity.service)
===================================================================
--- parity.service	                        (rev 0)
+++ parity.service	2019-03-19 11:55:40 UTC (rev 442678)
@@ -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