[arch-commits] Commit in x11vnc/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Dec 23 05:40:35 UTC 2013


    Date: Monday, December 23, 2013 @ 06:40:35
  Author: bisson
Revision: 202636

fix FS#38237

Modified:
  x11vnc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-23 02:04:37 UTC (rev 202635)
+++ PKGBUILD	2013-12-23 05:40:35 UTC (rev 202636)
@@ -4,12 +4,13 @@
 
 pkgname=x11vnc
 pkgver=0.9.13
-pkgrel=4
+pkgrel=5
 pkgdesc='VNC server for real X displays'
 url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-optdepends=('tk: for GUI support')
+optdepends=('tk: for GUI support'
+            'net-tools: for -auth guess')
 depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi')
 source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'service')




More information about the arch-commits mailing list