summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquininer kel2016-03-26 01:59:44 +0800
committerquininer kel2016-03-26 01:59:44 +0800
commit5e5e395219c5153b3e3a1d687db186bcfbcf8453 (patch)
treec5ffe808e9575858aeba5481f8f28ff241834e53 /PKGBUILD
parent44989f9e956511bea907a0aac343362cdda45747 (diff)
downloadaur-5e5e395219c5153b3e3a1d687db186bcfbcf8453.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
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"