summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-02-17 13:25:50 +0100
committerJoan Figueras2021-02-17 13:25:50 +0100
commit9a88547d8719c7b03b74cfdaf5323139144c7ca3 (patch)
tree8c5c8cb51256364bea28a06097137ce3a80805a8
parent9c0c5c73a64fea91c872f45d6681c6f13c4c70ee (diff)
downloadaur-9a88547d8719c7b03b74cfdaf5323139144c7ca3.tar.gz
Added new optional/dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599c7d3919eb..10d26d65e61c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,6 +28,7 @@ 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
@@ -35,6 +36,7 @@ pkgbase = asbru-cm-git
optdepends = mosh: Mobile shell
optdepends = tigervnc: for VNC connections
optdepends = perl-x11-guitest: To fit perfectly RDP tabs
+ optdepends = keepassxc: Better support to automatically fill users and passwords
source = git+https://github.com/asbru-cm/asbru-cm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1e7f02b5544a..466da367465b 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')
+ 'uuid' 'openssh' 'inetutils' 'perl-crypt-rijndael' 'perl-xml-parser' 'libcanberra' 'perl-gtk3-simplelist' 'libwnck3' 'perl-io-stty' 'perl-io-tty' 'nmap')
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')
+ 'perl-x11-guitest: To fit perfectly RDP tabs' 'keepassxc: Better support to automatically fill users and passwords')
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}")