summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEchizen Ryoma2022-03-22 08:45:39 +0800
committerEchizen Ryoma2022-03-22 08:45:39 +0800
commite28de3893404b50e49bdf9bf3675f5c5dd3894c7 (patch)
tree336e4da225e72c2fd61446edcc754f020fe9cdd7
parentc0278398f3ed384af6b5736b8184b289675cabc2 (diff)
downloadaur-e28de3893404b50e49bdf9bf3675f5c5dd3894c7.tar.gz
move python-pyinotify to optdepends
-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'