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

Nicola Squartini tensor5 at archlinux.org
Thu Jan 19 15:51:03 UTC 2017


    Date: Thursday, January 19, 2017 @ 15:51:02
  Author: tensor5
Revision: 208049

archrelease: copy trunk to community-i686, community-x86_64

Added:
  parity/repos/community-i686/PKGBUILD
    (from rev 208048, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/PKGBUILD
    (from rev 208048, parity/trunk/PKGBUILD)
Deleted:
  parity/repos/community-i686/PKGBUILD
  parity/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-19 15:50:28 UTC (rev 208048)
+++ community-i686/PKGBUILD	2017-01-19 15:51:02 UTC (rev 208049)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.4.9
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
-sha256sums=('e96212bc0b9d0b59242b0c0d744f88d2349199a0210537ee3947390b0e13d0cb')
-
-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 208048, parity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-19 15:51:02 UTC (rev 208049)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.4.10
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
+sha256sums=('4c93213896dd14825bca2e5b1f42ba942c254ae01546aeb6b2c1a4f39b67901b')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-19 15:50:28 UTC (rev 208048)
+++ community-x86_64/PKGBUILD	2017-01-19 15:51:02 UTC (rev 208049)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=parity
-pkgver=1.4.9
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
-sha256sums=('e96212bc0b9d0b59242b0c0d744f88d2349199a0210537ee3947390b0e13d0cb')
-
-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 208048, parity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-19 15:51:02 UTC (rev 208049)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=parity
+pkgver=1.4.10
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
+sha256sums=('4c93213896dd14825bca2e5b1f42ba942c254ae01546aeb6b2c1a4f39b67901b')
+
+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
+}



More information about the arch-commits mailing list