summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2019-04-08 19:57:31 -0500
committerMoses Narrow2019-04-08 19:57:31 -0500
commitb4cc904b8421e6161d04bf14fa81460e05377707 (patch)
treeb9fdcdbb81d07f7ce92c295769235114151f60c5 /PKGBUILD
parentd368e487e98d11697b0380d1b08c263ac51f0fd0 (diff)
downloadaur-b4cc904b8421e6161d04bf14fa81460e05377707.tar.gz
fix again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c98f787d3c9d..913dfae8f2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=skywire
pkgdesc="TESTNET Skywire: Building a New Internet. Skycoin.net"
pkgver='autogenerated'
pkggopath="github.com/$projectname/$pkgname"
-pkgrel=4
+pkgrel=5
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://${pkggopath}"
license=()
@@ -69,7 +69,7 @@ package() {
#create directory trees
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/lib/$projectname/go/bin
- mkdir -p $pkgdir/usr/lib/$projectname/$pkgname1/
+ mkdir -p $pkgdir/usr/lib/$projectname/$pkgname/
#restate go envs
export GOPATH=$pkgdir/usr/lib/$projectname/go
export GOBIN=$pkgdir/usr/lib/$projectname/go/bin