summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer kel2016-03-03 18:38:38 +0800
committerquininer kel2016-03-03 18:38:38 +0800
commit44989f9e956511bea907a0aac343362cdda45747 (patch)
treec6096c8e12406d848b758b83ae066d11e4924788
parentdcf1630e2909bf5de685f0e67de1b7fbbe388879 (diff)
downloadaur-44989f9e956511bea907a0aac343362cdda45747.tar.gz
fix license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6460fb136d04..ffd6825621bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 09:00:26 UTC 2016
+# Thu Mar 3 10:38:23 UTC 2016
pkgbase = parity-git
pkgdesc = Fast, light, robust Ethereum implementation
- pkgver = 0.9.99.2281
+ pkgver = 0.9.99.2567
pkgrel = 1
url = https://github.com/ethcore/parity
arch = i686
arch = x86_64
- license = AGPL-3.0
+ license = GPL-3.0
makedepends = rust
makedepends = cargo
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 44bbc88e76a4..69cfc6b6badf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@ pkgname=parity-git
_pkgname=parity
pkgdesc="Fast, light, robust Ethereum implementation"
pkgrel=1
-pkgver=0.9.99.2281
+pkgver=0.9.99.2567
arch=('i686' 'x86_64')
conflicts=("parity")
provides=("parity")
url="https://github.com/ethcore/parity"
-license=('AGPL-3.0')
+license=('GPL-3.0')
depends=('rocksdb')
makedepends=('rust' 'cargo' 'git' 'python-pytoml')
source=('git://github.com/ethcore/parity.git')