summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer kel2016-03-26 01:59:44 +0800
committerquininer kel2016-03-26 01:59:44 +0800
commit5e5e395219c5153b3e3a1d687db186bcfbcf8453 (patch)
treec5ffe808e9575858aeba5481f8f28ff241834e53
parent44989f9e956511bea907a0aac343362cdda45747 (diff)
downloadaur-5e5e395219c5153b3e3a1d687db186bcfbcf8453.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffd6825621bc..530888668a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 10:38:23 UTC 2016
+# Fri Mar 25 17:59:36 UTC 2016
pkgbase = parity-git
pkgdesc = Fast, light, robust Ethereum implementation
- pkgver = 0.9.99.2567
+ pkgver = 1.1.0.3311
pkgrel = 1
url = https://github.com/ethcore/parity
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 69cfc6b6badf..f6bb663f0d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=parity-git
_pkgname=parity
pkgdesc="Fast, light, robust Ethereum implementation"
pkgrel=1
-pkgver=0.9.99.2567
+pkgver=1.1.0.3311
arch=('i686' 'x86_64')
conflicts=("parity")
provides=("parity")
@@ -22,15 +22,9 @@ pkgver() {
build() {
cd $_pkgname
- cargo update
cargo build --release
}
-check() {
- cd $_pkgname
- cargo test --release
-}
-
package() {
cd $_pkgname
export PATH="$PATH:$pkgdir/usr/bin"