summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2017-10-15 21:12:03 +0200
committerFigue2017-10-15 21:12:03 +0200
commit2b66ec077715a082a61afe58f4b0bf5772882fc3 (patch)
treea89c3a8ab86b08a6a2390e1a1ae8e6a79e8d3398 /PKGBUILD
parentcb4755affc7d1cb5a3cd8994f3870dbee27ba75b (diff)
downloadaur-2b66ec077715a082a61afe58f4b0bf5772882fc3.tar.gz
Added a note and optdepends to let know that at least 1 monospace font is required to make console work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd5fbbb68d54..39b3ee7bf9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,9 @@ optdepends=('libssh: for ssh protocol support'
'freerdp: for rdp protocol support'
'libpulse: for pulseaudio support'
'libtelnet: for telnet protocol support'
+'monospace: any monospace font such as terminus-font, ttf-inconsolata or ttf-fira-mono. Without it, SSH will not work'
)
+install=$pkgname.install
source=("http://downloads.sourceforge.net/project/guacamole/current/source/$pkgname-$pkgver-incubating.tar.gz" 'guacd.service')