summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-09 18:03:45 -0600
committerMark Wagie2020-03-09 18:03:45 -0600
commita51916bd604ecf0ba5df0ed84b0b9254c5b11b58 (patch)
treea0becc9369a836e0f44ac9236eacfee4f5d3a03e
parent13fa90231effcc0d4364f72ddd272f4e7aa27320 (diff)
downloadaur-a51916bd604ecf0ba5df0ed84b0b9254c5b11b58.tar.gz
removed logroate from depends as it's optional
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85505cf246ab..b076a68c315a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux port of the Little Snitch application firewall.
pkgver = 1.0.0rc6.r0.27778c1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/gustavo-iniguez-goya/opensnitch
install = opensnitch.install
arch = i686
@@ -20,7 +20,6 @@ pkgbase = opensnitch-git
depends = python-unicode-slugify
depends = python-pyqt5
depends = python-configparser
- depends = logrotate
optdepends = logrotate: for logfile rotation support
provides = opensnitch
conflicts = opensnitch
diff --git a/PKGBUILD b/PKGBUILD
index cf7566347cf4..e7987f3436d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=opensnitch-git
pkgver=1.0.0rc6.r0.27778c1
-pkgrel=4
+pkgrel=5
pkgdesc="A GNU/Linux port of the Little Snitch application firewall."
arch=('i686' 'x86_64')
url="https://github.com/gustavo-iniguez-goya/opensnitch"
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('git' 'dep' 'go-pie' 'python-setuptools' 'python-grpcio-tools')
depends=('libnetfilter_queue' 'libpcap' 'python-grpcio' 'python-protobuf'
'python-pyinotify' 'python-unicode-slugify' 'python-pyqt5'
- 'python-configparser' 'logrotate')
+ 'python-configparser')
optdepends=('logrotate: for logfile rotation support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")