summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2020-11-02 17:49:39 -0600
committerMoses Narrow2020-11-02 17:49:39 -0600
commit06d3c918b196743309e157ffc88a02e932ccc796 (patch)
tree496f6cd5f3d94e2db8262aeb97bc8487704ac0e9 /PKGBUILD
parente903adecbbc0c4ff7424f29fdc55f0b682d41bb9 (diff)
downloadaur-06d3c918b196743309e157ffc88a02e932ccc796.tar.gz
actually fix the PATH issue this time
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 372182752a75..4ee505d7884c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc=" Skywire Mainnet Node implementation. Develop Banch. Skycoin.com"
_pkggopath="github.com/${_githuborg}/${_pkgname}"
pkgver='autogenerated'
#pkgver='autogenerated'
-pkgrel=4
-#pkgrel=4
+pkgrel=5
+#pkgrel=5
arch=('any')
url="https://${_pkggopath}"
license=()
@@ -75,7 +75,6 @@ build() {
export GOPATH=${srcdir}/go
export GOBIN=${GOPATH}/bin
export GOAPPS=${GOPATH}/apps
- export PATH=${GOPATH}/bin
cd ${srcdir}/go/src/${_pkggopath}
##build hypervisor UI
#make install-deps-ui