summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6680a197608..754f25c075b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgver = 20180913.350_e9c10b9
- pkgrel = 1
+ pkgrel = 2
arch = i686
arch = x86_64
license = GPL
@@ -17,7 +17,7 @@ pkgbase = opensnitch-git
makedepends = python-grpcio-tools
makedepends = python-pyinotify
makedepends = python-pyqt5
- makedepends = python-unicode-slugify
+ makedepends = python-unicode-slugify-git
source = git://github.com/evilsocket/opensnitch.git
source = nosudo.patch
source = pwuid.patch
@@ -28,7 +28,7 @@ pkgbase = opensnitch-git
pkgname = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall.
depends = libnetfilter_queue
- optdepends = opensnitch-ui
+ optdepends = opensnitch-ui-git
pkgname = opensnitch-ui-git
pkgdesc = UI for opensnitch.
@@ -36,7 +36,7 @@ pkgname = opensnitch-ui-git
depends = python-grpcio-tools
depends = python-pyinotify
depends = python-pyqt5
- depends = python-unicode-slugify
- depends = opensnitch
+ depends = python-unicode-slugify-git
+ depends = opensnitch-git
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index faecbdc46bbd..e45d7959114a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lsf
# Maintainer: Adam Hose <adis@blad.is>
pkgver=20180913.350_e9c10b9
-pkgrel=1
+pkgrel=2
pkgbase=opensnitch-git
_pkgbase=opensnitch
pkgname=("${_pkgbase}-git" "${_pkgbase}-ui-git")
@@ -12,7 +12,7 @@ makedepends=('git' 'go-pie' 'dep' 'libpcap' 'protobuf'
'python-setuptools' 'python-pip'
'python-grpcio' 'python-grpcio-tools'
'python-pyinotify' 'python-pyqt5'
- 'python-unicode-slugify')
+ 'python-unicode-slugify-git')
source=("git://github.com/evilsocket/opensnitch.git"
'nosudo.patch'
@@ -61,7 +61,7 @@ build() {
package_opensnitch-git() {
pkgdesc="A GNU/Linux port of the Little Snitch application firewall."
- optdepends=('opensnitch-ui')
+ optdepends=('opensnitch-ui-git')
depends=('libnetfilter_queue')
export GOPATH="$srcdir/.go"
@@ -74,7 +74,7 @@ package_opensnitch-git() {
package_opensnitch-ui-git() {
pkgdesc="UI for opensnitch."
depends=('python-grpcio' 'python-grpcio-tools' 'python-pyinotify'
- 'python-pyqt5' 'python-unicode-slugify' 'opensnitch'
+ 'python-pyqt5' 'python-unicode-slugify-git' 'opensnitch-git'
'desktop-file-utils')
export GOPATH="$srcdir/.go"