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

Andreas Radke andyrtr at archlinux.org
Sun Mar 6 14:25:23 UTC 2016


    Date: Sunday, March 6, 2016 @ 15:25:23
  Author: andyrtr
Revision: 261111

upgpkg: x2goserver 4.0.1.19-3

add missing xorg-xauth dependency form upstream spec file recommendations

Modified:
  x2goserver/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 13:22:20 UTC (rev 261110)
+++ PKGBUILD	2016-03-06 14:25:23 UTC (rev 261111)
@@ -8,13 +8,13 @@
 
 pkgname=x2goserver
 pkgver=4.0.1.19
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/"
 license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
+# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+depends=(#'python' 
 
          # For x2goruncommand - for now
          'bc'
@@ -38,6 +38,7 @@
          # For /etc/X11/Xresources
          'xorg-xinit'
          'xorg-fonts-misc'
+         'xorg-xauth'
          'shadow'
          
          # for post install actions



More information about the arch-commits mailing list