summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1de1b391a8f..eb47f3a613e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensnitch
pkgdesc = GNU/Linux port of the Little Snitch application firewall
pkgver = 1.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/evilsocket/opensnitch
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = opensnitch
arch = aarch64
license = GPL3
makedepends = go
+ makedepends = python-grpcio
makedepends = python-grpcio-tools
makedepends = python-setuptools
depends = libnetfilter_queue
diff --git a/PKGBUILD b/PKGBUILD
index 8d20ecb67eed..e82756064189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=opensnitch
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
pkgdesc='GNU/Linux port of the Little Snitch application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/evilsocket/opensnitch'
@@ -20,6 +20,7 @@ depends=(
)
makedepends=(
'go'
+ 'python-grpcio'
'python-grpcio-tools'
'python-setuptools'
)