summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e7504889e28..2b732e0c7aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ projectname=skycoin
pkgdesc="Skycoin Cryptocurrency Wallet"
pkgver=0.26.0
pkggopath="github.com/${projectname}/${pkgname1}"
-pkgrel=3
+pkgrel=4
arch=('any')
url="https://${pkggopath}"
license=()
@@ -42,8 +42,8 @@ mipsel) export GOARCH="mipsle" ;;
export GOBIN=${GOPATH}/bin
export PATH=${GOPATH}/bin:${PATH}
msg2 'installing go dependencies'
- dep init
- dep ensure
+ #dep init
+ #dep ensure
}
build() {