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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 1 20:49:27 UTC 2010


    Date: Monday, November 1, 2010 @ 16:49:27
  Author: tpowa
Revision: 97762

upgpkg: nxserver 3.4.0-7
fix xorg-sessreg depend

Modified:
  nxserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-01 20:08:01 UTC (rev 97761)
+++ PKGBUILD	2010-11-01 20:49:27 UTC (rev 97762)
@@ -4,13 +4,14 @@
 
 pkgname=nxserver
 pkgver=3.4.0
-pkgrel=6
+pkgrel=7
 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>=8' \
-	 'libxpm' 'libpng>=1.4.0' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'freetype2')
+depends=("nx-common>=$pkgver" 'libxaw' 'libxrender' 'libxp' 'gcc-libs' 'libjpeg>=8'
+	 'libxpm' 'libpng>=1.4.0' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'freetype2'
+         'xorg-sessreg')
 makedepends=('imake')
 source=(
 #X11 support programs and libraries




More information about the arch-commits mailing list