[arch-commits] Commit in parity/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Sun Nov 27 17:36:15 UTC 2016


    Date: Sunday, November 27, 2016 @ 17:36:14
  Author: tensor5
Revision: 197041

upgpkg: parity 1.4.5-2

Rebuild with new release of v1.4.5. Diff is these two commits:

https://github.com/ethcore/parity/commit/21b12c70cd22e84bac05f64d3709c291490a55c0
https://github.com/ethcore/parity/commit/a028d04b01281812bb39136d96fa922343b978ee

Modified:
  parity/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 17:10:56 UTC (rev 197040)
+++ PKGBUILD	2016-11-27 17:36:14 UTC (rev 197041)
@@ -3,7 +3,7 @@
 
 pkgname=parity
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')
 url='https://ethcore.io/parity.html'
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz")
-sha256sums=('94944618d1d2e5b51422d62aed092bb2c7cfbeb456b37669c1eca77a4a5eec04')
+sha256sums=('7ea89e46ee79ac95b7be48070235527532bbc894be83d5451df7f5568916719e')
 
 build() {
     cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list