summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEchizen Ryoma2022-03-22 08:45:39 +0800
committerEchizen Ryoma2022-03-22 08:45:39 +0800
commite28de3893404b50e49bdf9bf3675f5c5dd3894c7 (patch)
tree336e4da225e72c2fd61446edcc754f020fe9cdd7 /PKGBUILD
parentc0278398f3ed384af6b5736b8184b289675cabc2 (diff)
downloadaur-e28de3893404b50e49bdf9bf3675f5c5dd3894c7.tar.gz
move python-pyinotify to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
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'