summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2019-03-22 21:02:32 -0400
committerTony Lambiris2019-03-22 21:02:32 -0400
commit113aa4a2bfa0f87a62e3cf04050de5101249d7ec (patch)
tree62e49095e211ade1b3e7e91f8d333eddc93d6078 /PKGBUILD
parent197d9ca9787cd54db977e0063be697c86ba9e4d1 (diff)
downloadaur-113aa4a2bfa0f87a62e3cf04050de5101249d7ec.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7588f77f641f..5ec1e05e19f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=netcap-git
-pkgver=v0.3.9.r8.g11bd1ba
-pkgrel=3
+pkgver=v0.3.9.r10.g9261ff0
+pkgrel=1
pkgdesc='A framework for secure and scalable network traffic analysis'
url="https://github.com/dreadl0ck/netcap"
arch=('x86_64')
@@ -27,7 +27,7 @@ prepare() {
cd "${srcdir}/go/src/github.com/dreadl0ck/netcap"
- GOPATH="${srcdir}/go"
+ export GOPATH="${srcdir}/go"
go get -v ./...
}