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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 18 17:45:49 UTC 2009


    Date: Sunday, January 18, 2009 @ 12:45:49
  Author: andyrtr
Revision: 24565

upgpkg: nxserver 3.3.0-3
    fix dependency to nx-common

Modified:
  nxserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-18 12:47:48 UTC (rev 24564)
+++ PKGBUILD	2009-01-18 17:45:49 UTC (rev 24565)
@@ -4,12 +4,12 @@
 
 pkgname=nxserver
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="NoMachine NX is the next-generation X compression and roundtrip suppression scheme."
 arch=(i686 x86_64)
 url="http://nomachine.com/"
 license=('GPL')
-depends=('nx-common>=$pkgver' 'libxaw' 'libxrender' 'libxp' 'gcc-libs' 'libjpeg' \
+depends=("nx-common>=$pkgver" 'libxaw' 'libxrender' 'libxp' 'gcc-libs' 'libjpeg' \
 	 'libxpm' 'libpng' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'freetype2')
 makedepends=('imake')
 source=(




More information about the arch-commits mailing list