summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJqs72015-08-29 09:46:36 +0800
committerJqs72015-08-29 09:46:36 +0800
commit4efc75a379fd41cc2a2eeec295ea319a6b0493e3 (patch)
tree66017a40b714a5256f2134002f49306bec5b7d83 /PKGBUILD
parent92a0dae93d6e66ff84db3393cc73d7d631e625f1 (diff)
downloadaur-goproxy-git.tar.gz
bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e17c6204e830..240b926b22b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=goproxy-git
_pkgname=goproxy
pkgver=r309.b1e59a4
-pkgrel=1
+pkgrel=2
pkgdesc="a proxy tunnel wirtten in go"
url="https://github.com/shell909090/goproxy"
license=('GPL')
@@ -35,7 +35,6 @@ build() {
cd "$GOPATH/src/github.com/shell909090/goproxy/goproxy"
go get -v
- mkdir "$GOPATH/bin"
go build -o "$srcdir/$_pkgname/bin/$_pkgname"
}