summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-25 09:06:02 -0700
committerMark Wagie2020-12-25 09:06:02 -0700
commit93dfca6ae907396910cf5fe8edeb5d664e27abfc (patch)
tree4e839c9dcfedd06bf93d2e3acc4204b6f7b87939
parent7ce1b2701bbb7c30ed03e7de38871f792a6c5937 (diff)
downloadaur-93dfca6ae907396910cf5fe8edeb5d664e27abfc.tar.gz
add protoc-gen-go module
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26dce8398332..1d1365dfca28 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.rc.2.r19.b6cbc67
+ pkgver = 1.3.0.r20.75a0824
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
diff --git a/PKGBUILD b/PKGBUILD
index 59e163b722ec..b1a0824e0b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.3.0.rc.2.r19.b6cbc67
+pkgver=1.3.0.r20.75a0824
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -41,6 +41,7 @@ build() {
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+ go get github.com/golang/protobuf/protoc-gen-go
make
popd