summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEchizen Ryoma2022-03-20 18:23:42 +0800
committerEchizen Ryoma2022-03-20 18:23:42 +0800
commitc0278398f3ed384af6b5736b8184b289675cabc2 (patch)
tree7c0f76567b97643149f4a36eda06cb352b4a332e
parent6e6c282c6ac1c314da22667d5ff4476351770b05 (diff)
downloadaur-c0278398f3ed384af6b5736b8184b289675cabc2.tar.gz
add python-notify2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb47f3a613e9..8d7404949c34 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 = 3
+ pkgrel = 4
url = https://github.com/evilsocket/opensnitch
arch = i686
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = opensnitch
depends = abseil-cpp
optdepends = logrotate: for logfile rotation support
optdepends = hicolor-icon-theme: for gui
+ optdepends = python-notify2: 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 e82756064189..1ea41afbf41a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=opensnitch
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='GNU/Linux port of the Little Snitch application firewall'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/evilsocket/opensnitch'
@@ -27,6 +27,7 @@ makedepends=(
optdepends=(
'logrotate: for logfile rotation support'
'hicolor-icon-theme: for gui'
+ 'python-notify2: for system notifications'
)
backup=(
'etc/opensnitchd/default-config.json'