summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRehs, Philipp Helo2023-08-30 21:59:21 +0200
committerRehs, Philipp Helo2023-08-30 21:59:21 +0200
commit33c36900f56180713b59c7a5886e28a29f7fd487 (patch)
tree3d0af295c16650700985771033ed11aae32f265e /PKGBUILD
parentf26b1f71df1bf1a9bc65f9afa58dbe1243de3b24 (diff)
downloadaur-33c36900f56180713b59c7a5886e28a29f7fd487.tar.gz
Add missing dependency xorg-xhost
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21956c263f8b..59e073740347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thinlinc-server
pkgver=4.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cendio ThinLinc Linux remote desktop server"
arch=('x86_64')
url="http://www.cendio.com/"
@@ -13,7 +13,7 @@ depends=('dbus' 'ghostscript' 'glibc' 'hicolor-icon-theme' 'iproute2' 'krb5'
'libasyncns' 'libcap' 'libsndfile' 'libx11' 'libxcb' 'libxcrypt-compat'
'nspr' 'nss' 'pam' 'procps-ng' 'python' 'python-gobject' 'rtkit'
'smtp-forwarder' 'systemd' 'xdg-utils' 'xorg-xauth' 'zlib' 'python-gssapi'
- 'python-six' 'gtk3' 'python-cairo' 'pango' 'python-numpy' )
+ 'python-six' 'gtk3' 'python-cairo' 'pango' 'python-numpy' 'xorg-xhost' )
optdepends=('apache: Web integration'
'mod_nss: Web integration'
'python-markdown: Web Integration'