summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b4cee85398..7a1ca4bcf838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = cylon
optdepends = rkhunter: finds root kits malware
optdepends = clamav: used for finding malware
optdepends = bleachbit: used for system clean
+ optdepends = gnu-netcat: used for checking network
source = git://github.com/gavinlyonsrepo/cylon.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7014330b5b86..1afbdde3ec2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ optdepends=(
'rkhunter: finds root kits malware'
'clamav: used for finding malware'
'bleachbit: used for system clean'
+ 'gnu-netcat: used for checking network'
)
source=("git://github.com/gavinlyonsrepo/${pkgname%-git}.git")
md5sums=('SKIP')