summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d7404949c34..1fd25de461ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,20 +10,18 @@ pkgbase = opensnitch
arch = aarch64
license = GPL3
makedepends = go
- makedepends = python-grpcio
makedepends = python-grpcio-tools
makedepends = python-setuptools
depends = libnetfilter_queue
depends = libpcap
depends = python-grpcio
depends = python-protobuf
- depends = python-pyinotify
depends = python-slugify
depends = python-pyqt5
depends = abseil-cpp
optdepends = logrotate: for logfile rotation support
optdepends = hicolor-icon-theme: for gui
- optdepends = python-notify2: for system notifications
+ optdepends = python-pyinotify: for system notifications
backup = etc/opensnitchd/default-config.json
backup = etc/opensnitchd/system-fw.json
source = opensnitch-1.5.0.tar.gz::https://github.com/evilsocket/opensnitch/archive/v1.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1ea41afbf41a..e950f75afabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,21 +13,19 @@ depends=(
'libpcap'
'python-grpcio'
'python-protobuf'
- 'python-pyinotify'
'python-slugify'
'python-pyqt5'
'abseil-cpp'
)
makedepends=(
'go'
- 'python-grpcio'
'python-grpcio-tools'
'python-setuptools'
)
optdepends=(
'logrotate: for logfile rotation support'
'hicolor-icon-theme: for gui'
- 'python-notify2: for system notifications'
+ 'python-pyinotify: for system notifications'
)
backup=(
'etc/opensnitchd/default-config.json'