Date: Wednesday, March 29, 2017 @ 13:38:32 Author: tensor5 Revision: 219833
upgpkg: parity 1.6.5-1 Modified: parity/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-29 13:30:25 UTC (rev 219832) +++ PKGBUILD 2017-03-29 13:38:32 UTC (rev 219833) @@ -2,16 +2,16 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=parity -pkgver=1.6.3 -_commit=ccc57328e229eccd351e692a4b64662b9d88a516 -pkgrel=2 +pkgver=1.6.5 +_commit=987390fb7d9f42a97c34aba254a8b9d8efd461d7 +pkgrel=1 pkgdesc='Fast, light, robust Ethereum implementation' arch=('i686' 'x86_64') -url='https://ethcore.io/parity.html' +url='https://parity.io/' license=('GPL3') depends=('libsystemd' 'openssl') makedepends=('cargo' 'git' 'systemd') -source=("git+https://github.com/ethcore/parity.git#commit=${_commit}") +source=("git+https://github.com/paritytech/parity.git#commit=${_commit}") sha256sums=('SKIP') build() {
