summarylogtreecommitdiffstats
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
parentf26b1f71df1bf1a9bc65f9afa58dbe1243de3b24 (diff)
downloadaur-33c36900f56180713b59c7a5886e28a29f7fd487.tar.gz
Add missing dependency xorg-xhost
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f3e1b110463..7cf01bc200b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thinlinc-server
pkgdesc = Cendio ThinLinc Linux remote desktop server
pkgver = 4.15.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.cendio.com/
install = thinlinc-server.install
arch = x86_64
@@ -36,6 +36,7 @@ pkgbase = thinlinc-server
depends = python-cairo
depends = pango
depends = python-numpy
+ depends = xorg-xhost
optdepends = apache: Web integration
optdepends = mod_nss: Web integration
optdepends = python-markdown: Web Integration
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'