summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d81ac510464..119b3e5a3af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skycoin
pkgdesc = Skycoin Cryptocurrency Wallet
pkgver = 0.26.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/skycoin/skycoin
arch = any
makedepends = dep
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() {