summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2019-02-05 22:31:30 -0500
committerTony Lambiris2019-02-05 22:31:30 -0500
commitd328a8095956ff9fb0549846437102cdec48ae0e (patch)
tree61cab253d1c7189c013ea4ebd9ca66b849ebb21d /PKGBUILD
parent084e624f2e8d1008e3f06c712dff7381b3b7eaf8 (diff)
downloadaur-d328a8095956ff9fb0549846437102cdec48ae0e.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f95f28f036d..d99adde94a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=netcap-git
-pkgver=v0.3.9.r7.g8e67a07
+pkgver=v0.3.9.r8.g11bd1ba
pkgrel=1
epoch=1
pkgdesc='A framework for secure and scalable network traffic analysis'
@@ -34,9 +34,8 @@ prepare() {
build() {
cd "${srcdir}/go/src/github.com/dreadl0ck/netcap"
- export GOROOT="/usr/lib/go" GOPATH="${srcdir}/go"
-
mkdir -p build
+
GOROOT="/usr/lib/go" GOPATH="${srcdir}/go" \
go build \
-ldflags "-s -w" \