summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c9f552f375..708b74c41c71 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 = r106.89ea71f
+ pkgver = r168.28e5395
pkgrel = 1
url = https://github.com/evilsocket/opensnitch
arch = any
@@ -14,6 +14,9 @@ pkgbase = opensnitch-git
depends = scapy3k
depends = python-psutil
depends = python-pyinotify
+ depends = python-iptables-git
+ depends = python-prctl
+ depends = python-gobject
provides = opensnitch
conflicts = opensnitch
source = opensnitch-git::git+https://github.com/evilsocket/opensnitch.git
diff --git a/PKGBUILD b/PKGBUILD
index eb4d5c8393a3..b6021e7381e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgbase=opensnitch-git
pkgname=(opensnitch-git)
-pkgver=r106.89ea71f
+pkgver=r168.28e5395
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 python-pyinotify)
+depends=(python python-pyqt5 python-netfilterqueue-git python-dpkt scapy3k python-psutil python-pyinotify python-iptables-git python-prctl python-gobject)
makedepends=(git python-setuptools)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})