[arch-commits] Commit in parity/repos/community-x86_64 (4 files)
Nicola Squartini
tensor5 at archlinux.org
Wed May 9 11:43:06 UTC 2018
Date: Wednesday, May 9, 2018 @ 11:43:05
Author: tensor5
Revision: 319845
archrelease: copy trunk to community-x86_64
Added:
parity/repos/community-x86_64/PKGBUILD
(from rev 319844, parity/trunk/PKGBUILD)
parity/repos/community-x86_64/parity.service
(from rev 319844, parity/trunk/parity.service)
Deleted:
parity/repos/community-x86_64/PKGBUILD
parity/repos/community-x86_64/parity.service
----------------+
PKGBUILD | 70 +++++++++++++++++++++++++++----------------------------
parity.service | 18 +++++++-------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-09 11:42:47 UTC (rev 319844)
+++ PKGBUILD 2018-05-09 11:43:05 UTC (rev 319845)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.9.7
-_commit=7919629f3d0714610a18deebffb656cfa5c423c5
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('git' 'rust' 'systemd')
-source=("git+https://github.com/paritytech/parity.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
-}
-
-package() {
- cd ${pkgname}
-
- install -Dm755 -t "${pkgdir}"/usr/bin \
- target/release/{ethstore,parity,parity-evm}
- install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
- install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}
Copied: parity/repos/community-x86_64/PKGBUILD (from rev 319844, parity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-09 11:43:05 UTC (rev 319845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.10.3
+_commit=b9ceda38a6a2fd6d4178f0d95ee8fa7f068ab3f9
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.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
+}
+
+package() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin \
+ target/release/{ethstore,parity,parity-evm}
+ 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-05-09 11:42:47 UTC (rev 319844)
+++ parity.service 2018-05-09 11:43:05 UTC (rev 319845)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target
Copied: parity/repos/community-x86_64/parity.service (from rev 319844, parity/trunk/parity.service)
===================================================================
--- parity.service (rev 0)
+++ parity.service 2018-05-09 11:43:05 UTC (rev 319845)
@@ -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