summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-06-16 08:22:24 +0200
committer5chdn2016-06-16 08:22:24 +0200
commit0a5038d3e5363487b0f19622922dd589683c1adf (patch)
tree7f25bb3d1058513db59689aeae48e7c83f88f732
parent166d4839118bd354217cd2494b5aa8c2289bd96c (diff)
downloadaur-0a5038d3e5363487b0f19622922dd589683c1adf.tar.gz
Update new version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c87f7835b72..5b6b575c91d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mist-git
_pkgname=mist
-pkgver=0.7.3.r121.g5a95a0a
+pkgver=0.7.3.r152.g1ff2f1c
pkgrel=1
pkgdesc="Ethereum wallet for Ether accounts, wallets and smart contracts (includes Mist browser)."
arch=('i686' 'x86_64')
@@ -70,10 +70,10 @@ build() {
git pull
git submodule update --init
git apply "${srcdir}/mist-pathfix.patch"
- npm install electron-prebuilt
npm install meteor-build-client
npm install gulp
npm install
+ gulp update-nodes
gulp wallet --platform linux
}