summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoses Narrow2019-09-13 21:15:38 -0500
committerMoses Narrow2019-09-13 21:15:38 -0500
commited0d7f11e43b9c4cd4edf8e5342b30172be0f709 (patch)
treebedfa7b66e800283b007326036c43d3202eeb143
parentcd0d525935bc5dc0a7c1a42cb0d19b921829b536 (diff)
downloadaur-ed0d7f11e43b9c4cd4edf8e5342b30172be0f709.tar.gz
fix arm64 build
-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() {