summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2022-03-24 11:33:58 +0100
committerlsf2022-03-24 11:33:58 +0100
commit025f5766f0f5674524b91826e595affc3d3d6228 (patch)
treeb8d0e36b905dfbd29c678d40818458c8ee9f77d4
parent7b60fcac56020c096153df12b4f386710b21bf25 (diff)
downloadaur-025f5766f0f5674524b91826e595affc3d3d6228.tar.gz
python-qt-material (opt) dependency for theming; thanks @Nanook!
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f77731fc9b..ec9fcdc9edec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall
- pkgver = 1.5.0.r0.c396ed6
+ pkgver = 1.5.0.r19.0aef656
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
install = opensnitch.install
@@ -26,6 +26,7 @@ pkgbase = opensnitch-git
optdepends = opensnitch-ebpf-module-git: eBPF process monitor method (non-hardened kernel only)
optdepends = python-notify2: desktop notifications
optdepends = python-pyasn: display network names
+ optdepends = python-qt-material-git: theming
provides = opensnitch
conflicts = opensnitch
backup = etc/opensnitchd/default-config.json
diff --git a/PKGBUILD b/PKGBUILD
index 972129deb83f..ef602419e47f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.5.0.r0.c396ed6
+pkgver=1.5.0.r19.0aef656
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -16,7 +16,8 @@ depends=('libnetfilter_queue' 'libpcap' 'python-grpcio' 'python-protobuf'
optdepends=('logrotate: for logfile rotation support'
'opensnitch-ebpf-module-git: eBPF process monitor method (non-hardened kernel only)'
'python-notify2: desktop notifications'
- 'python-pyasn: display network names')
+ 'python-pyasn: display network names'
+ 'python-qt-material-git: theming')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/${pkgname%-git}d/default-config.json")