summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-03-19 14:03:45 -0700
committermutantmonkey2016-03-19 14:03:45 -0700
commit288a5731622c2f05f34c0e795706e07e3817fef5 (patch)
tree7495fdfc6eb0cdcaf5a7af6e18a0e924954bf147
parent6e544c9744a43a122b471e7be82bdc893f7ab22f (diff)
downloadaur-288a5731622c2f05f34c0e795706e07e3817fef5.tar.gz
upgpkg: obfs4proxy 0.0.6-2
use $PWD for $GOBIN
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b37a64c14f1..ec51f6b3b31d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 17:40:15 UTC 2016
+# Sat Mar 19 21:03:45 UTC 2016
pkgbase = obfs4proxy
pkgdesc = The obfourscator - a pluggable transport proxy written in Go
pkgver = 0.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://gitweb.torproject.org/pluggable-transports/obfs4.git/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5458d07414b6..ed347e98abbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=obfs4proxy
_gitname=obfs4
pkgver=0.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='The obfourscator - a pluggable transport proxy written in Go'
arch=('i686' 'x86_64')
url='https://gitweb.torproject.org/pluggable-transports/obfs4.git/'
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
build() {
cd "${srcdir}/${_gitname}/obfs4proxy"
- GOPATH="$srcdir" GOBIN="." go get -v
+ GOPATH="$srcdir" GOBIN="$PWD" go get -v
}
package() {