summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93778b8431a6..c2c9f552f375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgdesc = OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
- pkgver = r104.5ee4830
+ pkgver = r106.89ea71f
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
arch = any
@@ -13,6 +13,7 @@ pkgbase = opensnitch-git
depends = python-dpkt
depends = scapy3k
depends = python-psutil
+ depends = python-pyinotify
provides = opensnitch
conflicts = opensnitch
source = opensnitch-git::git+https://github.com/evilsocket/opensnitch.git
diff --git a/PKGBUILD b/PKGBUILD
index 9576c1457a91..70ac168a9abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgbase=opensnitch-git
pkgname=(opensnitch-git)
-pkgver=r104.5ee4830
+pkgver=r106.89ea71f
pkgrel=1
pkgdesc="OpenSnitch is a GNU/Linux port of the Little Snitch application firewall."
arch=(any)
url=https://github.com/evilsocket/${pkgname%-git}
license=(GPL3)
-depends=(python python-pyqt5 python-netfilterqueue-git python-dpkt scapy3k python-psutil)
+depends=(python python-pyqt5 python-netfilterqueue-git python-dpkt scapy3k python-psutil python-pyinotify)
makedepends=(git python-setuptools)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})