summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-14 17:26:55 -0700
committerMark Wagie2021-02-14 17:26:55 -0700
commit5e2732be536f561d44a5703a83d5bf41d503c6b4 (patch)
tree11900a3afd2c84635e85770bc62716bd1e5c363e
parent93dfca6ae907396910cf5fe8edeb5d664e27abfc (diff)
downloadaur-5e2732be536f561d44a5703a83d5bf41d503c6b4.tar.gz
fix GOPATH
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d1365dfca28..7e1fca75a307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall
- pkgver = 1.3.0.r20.75a0824
+ pkgver = 1.3.6.r0.510a351
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
diff --git a/PKGBUILD b/PKGBUILD
index b1a0824e0b31..22c81ad2079c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.3.0.r20.75a0824
+pkgver=1.3.6.r0.510a351
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -36,6 +36,7 @@ build() {
cd "$srcdir/${pkgname%-git}"
pushd daemon
+ export GOPATH="$srcdir/gopath"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"