[arch-commits] Commit in parity/repos (4 files)
Nicola Squartini
tensor5 at archlinux.org
Tue Mar 7 12:20:21 UTC 2017
Date: Tuesday, March 7, 2017 @ 12:20:20
Author: tensor5
Revision: 215243
archrelease: copy trunk to community-i686, community-x86_64
Added:
parity/repos/community-i686/PKGBUILD
(from rev 215242, parity/trunk/PKGBUILD)
parity/repos/community-x86_64/PKGBUILD
(from rev 215242, parity/trunk/PKGBUILD)
Deleted:
parity/repos/community-i686/PKGBUILD
parity/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ---------------------
community-x86_64/PKGBUILD | 27 ---------------------
3 files changed, 56 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-07 12:19:57 UTC (rev 215242)
+++ community-i686/PKGBUILD 2017-03-07 12:20:20 UTC (rev 215243)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('openssl')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
-sha256sums=('72dd703becdcb3993c890d20b4829f584271597bc5ec38d93501915cb0dae497')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- cargo build --release
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
- install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}
Copied: parity/repos/community-i686/PKGBUILD (from rev 215242, parity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-07 12:20:20 UTC (rev 215243)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.5.6
+_commit=dc8bc8d8dd5af2abe70624efe4ef3e054e65f5eb
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('openssl')
+makedepends=('cargo' 'git')
+source=("git+https://github.com/ethcore/parity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+ cd ${pkgname}
+
+ cargo build --release
+}
+
+package() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+ install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-07 12:19:57 UTC (rev 215242)
+++ community-x86_64/PKGBUILD 2017-03-07 12:20:20 UTC (rev 215243)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('openssl')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
-sha256sums=('72dd703becdcb3993c890d20b4829f584271597bc5ec38d93501915cb0dae497')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- cargo build --release
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
- install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}
Copied: parity/repos/community-x86_64/PKGBUILD (from rev 215242, parity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-07 12:20:20 UTC (rev 215243)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.5.6
+_commit=dc8bc8d8dd5af2abe70624efe4ef3e054e65f5eb
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('openssl')
+makedepends=('cargo' 'git')
+source=("git+https://github.com/ethcore/parity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+ cd ${pkgname}
+
+ cargo build --release
+}
+
+package() {
+ cd ${pkgname}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+ install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}
More information about the arch-commits
mailing list