summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-02-18 02:06:09 +0100
committerJoan Figueras2021-02-18 02:06:09 +0100
commitff5955ba1d5ba8f5b7807a2c5ee70e04437ebbb6 (patch)
treed677cf785f8ff170526712152193719f5d1e01f9
parent9a88547d8719c7b03b74cfdaf5323139144c7ca3 (diff)
downloadaur-ff5955ba1d5ba8f5b7807a2c5ee70e04437ebbb6.tar.gz
nmap to optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10d26d65e61c..b1a328b08802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,7 +28,6 @@ pkgbase = asbru-cm-git
depends = libwnck3
depends = perl-io-stty
depends = perl-io-tty
- depends = nmap
optdepends = uucp: Unix-to-Unix Copy
optdepends = rdesktop: RDP connections
optdepends = freerdp: RDP connections
@@ -37,6 +36,7 @@ pkgbase = asbru-cm-git
optdepends = tigervnc: for VNC connections
optdepends = perl-x11-guitest: To fit perfectly RDP tabs
optdepends = keepassxc: Better support to automatically fill users and passwords
+ optdepends = nmap: ncat is required if using proxy user/password
source = git+https://github.com/asbru-cm/asbru-cm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 466da367465b..8449de5f42ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ license=('GPL3')
pkgdesc="A free and open-source connection manager. ${branch:-master} branch"
url="https://github.com/asbru-cm/asbru-cm"
depends=('perl' 'vte3' 'cairo-perl' 'glib-perl' 'pango-perl' 'perl-socket6' 'perl-expect' 'perl-yaml' 'perl-crypt-cbc' 'perl-crypt-blowfish' 'perl-gtk3' 'perl-net-arp'
- 'uuid' 'openssh' 'inetutils' 'perl-crypt-rijndael' 'perl-xml-parser' 'libcanberra' 'perl-gtk3-simplelist' 'libwnck3' 'perl-io-stty' 'perl-io-tty' 'nmap')
+ 'uuid' 'openssh' 'inetutils' 'perl-crypt-rijndael' 'perl-xml-parser' 'libcanberra' 'perl-gtk3-simplelist' 'libwnck3' 'perl-io-stty' 'perl-io-tty')
optdepends=('uucp: Unix-to-Unix Copy' 'rdesktop: RDP connections' 'freerdp: RDP connections' 'openssh: SSH connections' 'mosh: Mobile shell' 'tigervnc: for VNC connections'
- 'perl-x11-guitest: To fit perfectly RDP tabs' 'keepassxc: Better support to automatically fill users and passwords')
+ 'perl-x11-guitest: To fit perfectly RDP tabs' 'keepassxc: Better support to automatically fill users and passwords' 'nmap: ncat is required if using proxy user/password')
makedepends=('git')
#conflicts=()
[ -z ${branch} ] && source=("git+https://github.com/asbru-cm/asbru-cm.git") || source=("git+https://github.com/asbru-cm/asbru-cm.git#branch=${branch}")