summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6925b55d33b7..1fb128713721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netcap-git
pkgdesc = A framework for secure and scalable network traffic analysis
- pkgver = v0.3.9.r8.g11bd1ba
- pkgrel = 3
+ pkgver = v0.3.9.r10.g9261ff0
+ pkgrel = 1
url = https://github.com/dreadl0ck/netcap
arch = x86_64
license = GPL3
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 ./...
}