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

2020-02-06 Thread Nicola Squartini via arch-commits
Date: Friday, February 7, 2020 @ 05:12:21
  Author: tensor5
Revision: 563697

upgpkg: parity-ethereum 2.7.2-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-07 04:11:47 UTC (rev 563696)
+++ PKGBUILD2020-02-07 05:12:21 UTC (rev 563697)
@@ -1,15 +1,15 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.7.1
-_commit=6885be06a47bfb34869a068b44f8fa7b46bd2123
+pkgver=2.7.2
+_commit=2662d1925ec794f3ad7c5759b2412ff5128d259b
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')
 url='https://parity.io/'
 license=('GPL3')
-depends=('systemd-libs')
-makedepends=('clang' 'cmake' 'git' 'rust' 'systemd')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'git' 'rust')
 provides=('parity')
 conflicts=('parity')
 replaces=('parity')


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

2020-02-02 Thread Nicola Squartini via arch-commits
Date: Sunday, February 2, 2020 @ 16:31:01
  Author: tensor5
Revision: 561684

upgpkg: parity-ethereum 2.7.1-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 16:29:43 UTC (rev 561683)
+++ PKGBUILD2020-02-02 16:31:01 UTC (rev 561684)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.13
-_commit=253ff3f37bc27f7323209e522c899032b3585c6f
+pkgver=2.7.1
+_commit=6885be06a47bfb34869a068b44f8fa7b46bd2123
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 url='https://parity.io/'
 license=('GPL3')
 depends=('systemd-libs')
-makedepends=('cmake' 'git' 'rust' 'systemd')
+makedepends=('clang' 'cmake' 'git' 'rust' 'systemd')
 provides=('parity')
 conflicts=('parity')
 replaces=('parity')
@@ -30,7 +30,6 @@
 cargo build --release -p evmbin
 cargo build --release -p ethstore-cli
 cargo build --release -p ethkey-cli
-cargo build --release -p whisper-cli
 }
 
 package() {
@@ -37,7 +36,7 @@
 cd ${pkgname}
 
 install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm,whisper}
+target/release/{ethstore,parity,parity-evm}
 install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
 for type in system user; do
 install -Dm644 ../parity-${type}.service \


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

2019-12-31 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 31, 2019 @ 08:23:51
  Author: tensor5
Revision: 545040

upgpkg: parity-ethereum 2.5.13-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-31 03:55:26 UTC (rev 545039)
+++ PKGBUILD2019-12-31 08:23:51 UTC (rev 545040)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.12
-_commit=29ebddc64f5e54f3a115d3d3e4f3723476399772
+pkgver=2.5.13
+_commit=253ff3f37bc27f7323209e522c899032b3585c6f
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-12-16 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 17, 2019 @ 02:21:20
  Author: tensor5
Revision: 537903

upgpkg: parity-ethereum 2.5.12-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-17 02:05:30 UTC (rev 537902)
+++ PKGBUILD2019-12-17 02:21:20 UTC (rev 537903)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.11
-_commit=fc129b4a26874ba2e0db9c5a13581f4719a98172
+pkgver=2.5.12
+_commit=29ebddc64f5e54f3a115d3d3e4f3723476399772
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-12-07 Thread Nicola Squartini via arch-commits
Date: Sunday, December 8, 2019 @ 03:26:38
  Author: tensor5
Revision: 536327

upgpkg: parity-ethereum 2.5.11-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-08 02:50:15 UTC (rev 536326)
+++ PKGBUILD2019-12-08 03:26:38 UTC (rev 536327)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.10
-_commit=9f94473eafec049d197b6c5e4f043a6fcb0e44ca
+pkgver=2.5.11
+_commit=fc129b4a26874ba2e0db9c5a13581f4719a98172
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-11-14 Thread Nicola Squartini via arch-commits
Date: Thursday, November 14, 2019 @ 09:43:54
  Author: tensor5
Revision: 527212

upgpkg: parity-ethereum 2.5.10-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-14 09:28:28 UTC (rev 527211)
+++ PKGBUILD2019-11-14 09:43:54 UTC (rev 527212)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.9
-_commit=06c7096054764ccca1672182be4de98372cc7ebb
+pkgver=2.5.10
+_commit=9f94473eafec049d197b6c5e4f043a6fcb0e44ca
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-09-26 Thread Nicola Squartini via arch-commits
Date: Friday, September 27, 2019 @ 04:45:15
  Author: tensor5
Revision: 511906

upgpkg: parity-ethereum 2.5.9-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 23:29:22 UTC (rev 511905)
+++ PKGBUILD2019-09-27 04:45:15 UTC (rev 511906)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.8
-_commit=c52a6c8fb7188ee01fcf90d8094eac339470767f
+pkgver=2.5.9
+_commit=06c7096054764ccca1672182be4de98372cc7ebb
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-09-16 Thread Nicola Squartini via arch-commits
Date: Tuesday, September 17, 2019 @ 03:21:58
  Author: tensor5
Revision: 510965

upgpkg: parity-ethereum 2.5.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-17 01:42:55 UTC (rev 510964)
+++ PKGBUILD2019-09-17 03:21:58 UTC (rev 510965)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.7
-_commit=6bd7db96fece97d945da9af83fc5a1bc7ff2eb46
+pkgver=2.5.8
+_commit=c52a6c8fb7188ee01fcf90d8094eac339470767f
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-08-31 Thread Nicola Squartini via arch-commits
Date: Saturday, August 31, 2019 @ 13:29:19
  Author: tensor5
Revision: 505711

upgpkg: parity-ethereum 2.5.7-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-31 12:56:52 UTC (rev 505710)
+++ PKGBUILD2019-08-31 13:29:19 UTC (rev 505711)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.6
-_commit=ff398fe7ff9c55f7083ae736b8bf23646fcd44f2
+pkgver=2.5.7
+_commit=6bd7db96fece97d945da9af83fc5a1bc7ff2eb46
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-08-28 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 28, 2019 @ 06:40:28
  Author: tensor5
Revision: 503510

upgpkg: parity-ethereum 2.5.6-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-28 06:39:54 UTC (rev 503509)
+++ PKGBUILD2019-08-28 06:40:28 UTC (rev 503510)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.5.5
-_commit=3ebc7697578269dee29fea380407569882a70826
+pkgver=2.5.6
+_commit=ff398fe7ff9c55f7083ae736b8bf23646fcd44f2
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-07-09 Thread Nicola Squartini via arch-commits
Date: Wednesday, July 10, 2019 @ 03:01:09
  Author: tensor5
Revision: 488360

upgpkg: parity-ethereum 2.5.5-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-10 03:01:06 UTC (rev 488359)
+++ PKGBUILD2019-07-10 03:01:09 UTC (rev 488360)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.4.9
-_commit=691580cc9c46d9e43eaba02c46b9a369e2bbd305
+pkgver=2.5.5
+_commit=3ebc7697578269dee29fea380407569882a70826
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-07-03 Thread Nicola Squartini via arch-commits
Date: Wednesday, July 3, 2019 @ 12:22:52
  Author: tensor5
Revision: 487348

upgpkg: parity-ethereum 2.4.9-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-03 11:15:16 UTC (rev 487347)
+++ PKGBUILD2019-07-03 12:22:52 UTC (rev 487348)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.4.8
-_commit=25435c6e7e2a8b17fa0a36507f380108836a9b2e
+pkgver=2.4.9
+_commit=691580cc9c46d9e43eaba02c46b9a369e2bbd305
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-06-29 Thread Nicola Squartini via arch-commits
Date: Saturday, June 29, 2019 @ 11:02:42
  Author: tensor5
Revision: 485733

upgpkg: parity-ethereum 2.4.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-29 11:00:27 UTC (rev 485732)
+++ PKGBUILD2019-06-29 11:02:42 UTC (rev 485733)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.4.7
-_commit=d6c55469c9794286b1482a0febe917630b050b72
+pkgver=2.4.8
+_commit=25435c6e7e2a8b17fa0a36507f380108836a9b2e
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-06-18 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 18, 2019 @ 14:55:13
  Author: tensor5
Revision: 482166

upgpkg: parity-ethereum 2.4.7-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 14:41:40 UTC (rev 482165)
+++ PKGBUILD2019-06-18 14:55:13 UTC (rev 482166)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.4.6
-_commit=94164e1ca53c79b7e07cc6b0c6ff1bdab5a2c200
+pkgver=2.4.7
+_commit=d6c55469c9794286b1482a0febe917630b050b72
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-05-15 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 15, 2019 @ 12:14:40
  Author: tensor5
Revision: 467352

upgpkg: parity-ethereum 2.4.6-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 11:36:25 UTC (rev 467351)
+++ PKGBUILD2019-05-15 12:14:40 UTC (rev 467352)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.4.5
-_commit=76d4064a4c4f486a1bd29183a9390d3a00824a6e
+pkgver=2.4.6
+_commit=94164e1ca53c79b7e07cc6b0c6ff1bdab5a2c200
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-04-08 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 9, 2019 @ 01:09:48
  Author: tensor5
Revision: 450458

upgpkg: parity-ethereum 2.3.9-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 20:55:43 UTC (rev 450457)
+++ PKGBUILD2019-04-09 01:09:48 UTC (rev 450458)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.8
-_commit=a39aaacb8a657e8880c37fe2dc10e1e457b22ef8
+pkgver=2.3.9
+_commit=0b428262e7e64434628ece5e38e167d0428e02b2
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-03-23 Thread Nicola Squartini via arch-commits
Date: Saturday, March 23, 2019 @ 06:03:17
  Author: tensor5
Revision: 443210

upgpkg: parity-ethereum 2.3.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 00:21:16 UTC (rev 443209)
+++ PKGBUILD2019-03-23 06:03:17 UTC (rev 443210)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.7
-_commit=7d1415a253dcc678bac2c5cd3427c69de52bec45
+pkgver=2.3.8
+_commit=a39aaacb8a657e8880c37fe2dc10e1e457b22ef8
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-03-20 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 20, 2019 @ 12:14:44
  Author: tensor5
Revision: 442943

upgpkg: parity-ethereum 2.3.7-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-20 12:03:10 UTC (rev 442942)
+++ PKGBUILD2019-03-20 12:14:44 UTC (rev 442943)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.6
-_commit=7aab6b74daa67bf8facfc293a470e6233963c28f
+pkgver=2.3.7
+_commit=7d1415a253dcc678bac2c5cd3427c69de52bec45
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-03-19 Thread Nicola Squartini via arch-commits
Date: Tuesday, March 19, 2019 @ 11:54:41
  Author: tensor5
Revision: 442677

upgpkg: parity-ethereum 2.3.6-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 11:51:22 UTC (rev 442676)
+++ PKGBUILD2019-03-19 11:54:41 UTC (rev 442677)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.5
-_commit=ebd0fd0117415808ac341e7c1b19ec310d29b157
+pkgver=2.3.6
+_commit=7aab6b74daa67bf8facfc293a470e6233963c28f
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-03-10 Thread Nicola Squartini via arch-commits
Date: Sunday, March 10, 2019 @ 09:31:08
  Author: tensor5
Revision: 439116

upgpkg: parity-ethereum 2.3.5-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 09:30:55 UTC (rev 439115)
+++ PKGBUILD2019-03-10 09:31:08 UTC (rev 439116)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.2.11
-_commit=8e31051c432487d75c6c645b7da889e770abe4d7
+pkgver=2.3.5
+_commit=ebd0fd0117415808ac341e7c1b19ec310d29b157
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-02-21 Thread Nicola Squartini via arch-commits
Date: Thursday, February 21, 2019 @ 14:03:15
  Author: tensor5
Revision: 435032

upgpkg: parity-ethereum 2.2.11-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-21 13:53:38 UTC (rev 435031)
+++ PKGBUILD2019-02-21 14:03:15 UTC (rev 435032)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.2.9
-_commit=5d5b372f4452e3bc3c3f1917fde4c0c2252b897a
+pkgver=2.2.11
+_commit=8e31051c432487d75c6c645b7da889e770abe4d7
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-02-04 Thread Nicola Squartini via arch-commits
Date: Monday, February 4, 2019 @ 08:53:09
  Author: tensor5
Revision: 429548

upgpkg: parity-ethereum 2.2.9-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 07:45:09 UTC (rev 429547)
+++ PKGBUILD2019-02-04 08:53:09 UTC (rev 429548)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.2.8
-_commit=ec81d67009a9851ca4013bbf0d27a7e037c900b0
+pkgver=2.2.9
+_commit=5d5b372f4452e3bc3c3f1917fde4c0c2252b897a
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-02-02 Thread Nicola Squartini via arch-commits
Date: Saturday, February 2, 2019 @ 18:24:28
  Author: tensor5
Revision: 429207

upgpkg: parity-ethereum 2.2.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 18:17:32 UTC (rev 429206)
+++ PKGBUILD2019-02-02 18:24:28 UTC (rev 429207)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.2.7
-_commit=b00a21f39a5211531f0cf27ee51d264122097735
+pkgver=2.2.8
+_commit=ec81d67009a9851ca4013bbf0d27a7e037c900b0
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-01-16 Thread Nicola Squartini via arch-commits
Date: Wednesday, January 16, 2019 @ 10:20:52
  Author: tensor5
Revision: 423483

upgpkg: parity-ethereum 2.2.7-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 09:40:13 UTC (rev 423482)
+++ PKGBUILD2019-01-16 10:20:52 UTC (rev 423483)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.1.11
-_commit=e9194b0a847f65c00bbfb97c715b43658f41bc59
+pkgver=2.2.7
+_commit=b00a21f39a5211531f0cf27ee51d264122097735
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2019-01-11 Thread Nicola Squartini via arch-commits
Date: Friday, January 11, 2019 @ 22:39:33
  Author: tensor5
Revision: 422693

upgpkg: parity-ethereum 2.1.11-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 22:11:38 UTC (rev 422692)
+++ PKGBUILD2019-01-11 22:39:33 UTC (rev 422693)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.1.10
-_commit=b47e064f8e5248582094036404891e6132428db5
+pkgver=2.1.11
+_commit=e9194b0a847f65c00bbfb97c715b43658f41bc59
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-12-17 Thread Nicola Squartini via arch-commits
Date: Monday, December 17, 2018 @ 12:18:09
  Author: tensor5
Revision: 416509

upgpkg: parity-ethereum 2.1.10-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 11:53:45 UTC (rev 416508)
+++ PKGBUILD2018-12-17 12:18:09 UTC (rev 416509)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.1.8
-_commit=3eae1d364035cf0828439544d1acdc48076b6cc6
+pkgver=2.1.10
+_commit=b47e064f8e5248582094036404891e6132428db5
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-12-01 Thread Nicola Squartini via arch-commits
Date: Saturday, December 1, 2018 @ 16:33:31
  Author: tensor5
Revision: 410701

upgpkg: parity-ethereum 2.1.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 16:18:54 UTC (rev 410700)
+++ PKGBUILD2018-12-01 16:33:31 UTC (rev 410701)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.1.6
-_commit=491f17f14923989d77cbd98ccad6f3a3d7e65370
+pkgver=2.1.8
+_commit=3eae1d364035cf0828439544d1acdc48076b6cc6
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-11-16 Thread Nicola Squartini via arch-commits
Date: Friday, November 16, 2018 @ 13:49:08
  Author: tensor5
Revision: 408238

upgpkg: parity-ethereum 2.1.6-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 13:36:12 UTC (rev 408237)
+++ PKGBUILD2018-11-16 13:49:08 UTC (rev 408238)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.0.9
-_commit=09f77575d66671938526ffc8753534d148996d95
+pkgver=2.1.6
+_commit=491f17f14923989d77cbd98ccad6f3a3d7e65370
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-11-03 Thread Nicola Squartini via arch-commits
Date: Saturday, November 3, 2018 @ 13:54:05
  Author: tensor5
Revision: 401345

upgpkg: parity-ethereum 2.0.9-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 11:52:46 UTC (rev 401344)
+++ PKGBUILD2018-11-03 13:54:05 UTC (rev 401345)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.0.8
-_commit=ef8f95e0076243e4c7c1e174267f675b7e6d8216
+pkgver=2.0.9
+_commit=09f77575d66671938526ffc8753534d148996d95
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-10-16 Thread Nicola Squartini via arch-commits
Date: Tuesday, October 16, 2018 @ 16:57:58
  Author: tensor5
Revision: 394691

upgpkg: parity-ethereum 2.0.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-16 16:56:06 UTC (rev 394690)
+++ PKGBUILD2018-10-16 16:57:58 UTC (rev 394691)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.0.7
-_commit=db3a98903b755a1fdb45450b9113d387b5752517
+pkgver=2.0.8
+_commit=ef8f95e0076243e4c7c1e174267f675b7e6d8216
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-10-12 Thread Nicola Squartini via arch-commits
Date: Friday, October 12, 2018 @ 14:39:36
  Author: tensor5
Revision: 393230

upgpkg: parity-ethereum 2.0.7-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 14:37:59 UTC (rev 393229)
+++ PKGBUILD2018-10-12 14:39:36 UTC (rev 393230)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.0.6
-_commit=549e202fc1067ba2ea3d6f7b8f5c1bbe5c7e3372
+pkgver=2.0.7
+_commit=db3a98903b755a1fdb45450b9113d387b5752517
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-09-21 Thread Nicola Squartini via arch-commits
Date: Friday, September 21, 2018 @ 10:40:53
  Author: tensor5
Revision: 383817

upgpkg: parity-ethereum 2.0.6-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-21 07:17:40 UTC (rev 383816)
+++ PKGBUILD2018-09-21 10:40:53 UTC (rev 383817)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.0.5
-_commit=7dc4d349a1f9853d0d02d30a1a1fc381eae3b08b
+pkgver=2.0.6
+_commit=549e202fc1067ba2ea3d6f7b8f5c1bbe5c7e3372
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')