Date: Wednesday, August 2, 2017 @ 06:17:34 Author: bisson Revision: 301526
fix FS#FS#54990 Modified: x11vnc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-02 05:58:44 UTC (rev 301525) +++ PKGBUILD 2017-08-02 06:17:34 UTC (rev 301526) @@ -5,7 +5,7 @@ pkgname=x11vnc epoch=1 pkgver=0.9.14 -pkgrel=2 +pkgrel=3 pkgdesc='VNC server for real X displays' url='https://github.com/LibVNC/x11vnc' arch=('i686' 'x86_64') @@ -13,7 +13,8 @@ optdepends=('tk: GUI support' 'net-tools: -auth guess' 'xf86-video-dummy: Xdummy script') -depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi') +depends=('libvncserver' 'openssl' 'libjpeg' 'libxtst' 'libxinerama' + 'libxdamage' 'libxrandr' 'avahi' 'xorg-xdpyinfo') source=("https://github.com/LibVNC/x11vnc/archive/${pkgver}.tar.gz" 'fix-buffer-overflows.patch' '0001-Fix-openssl-1.1.x-detection.patch'
