Date: Friday, April 2, 2010 @ 13:36:55 Author: andyrtr Revision: 75697
upgpkg: nxclient 3.4.0.7-1 update the sources Modified: nxclient/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-02 17:34:57 UTC (rev 75696) +++ PKGBUILD 2010-04-02 17:36:55 UTC (rev 75697) @@ -2,8 +2,8 @@ # Maintainer: Tobias Powalowski <[email protected]> #Contributed: eliott <[email protected]>, Andre Naumann <[email protected]> pkgname=nxclient -pkgver=3.4.0.5 -pkgrel=2 +pkgver=3.4.0.7 +pkgrel=1 pkgdesc="Nomachine's nxclient for nx servers" arch=(i686 x86_64) url="http://nomachine.com" @@ -11,12 +11,10 @@ license=('custom:nomachine') depends=('nx-common' 'libxext' 'libxft' 'xorg-xauth') optdepends=('cups: for printing support') -[ "$CARCH" = "x86_64" ] && source=(http://64.34.161.181/download/3.4.0/Linux/$pkgname-3.4.0-5.x86_64.rpm nomachine.key) -[ "$CARCH" = "x86_64" ] && md5sums=('4227c45b2ecc723ab57621dc714cd82b' - 'cb5df74aff5160eab9cd4313019ae228') -[ "$CARCH" = "i686" ] && source=(http://64.34.161.181/download/3.4.0/Linux/$pkgname-3.4.0-5.i386.rpm nomachine.key) -[ "$CARCH" = "i686" ] && md5sums=('2701166ca91ba76892d7559407bd21be' - 'cb5df74aff5160eab9cd4313019ae228') +[ "$CARCH" = "x86_64" ] && source=(http://64.34.161.181/download/3.4.0/Linux/$pkgname-3.4.0-7.x86_64.rpm nomachine.key) +[ "$CARCH" = "x86_64" ] && md5sums=('474f4d699a44262c1d15ae3cfd346b66' 'cb5df74aff5160eab9cd4313019ae228') +[ "$CARCH" = "i686" ] && source=(http://64.34.161.181/download/3.4.0/Linux/$pkgname-3.4.0-7.i386.rpm nomachine.key) +[ "$CARCH" = "i686" ] && md5sums=('d1b7cc510a949db36c07c874c378b339' 'cb5df74aff5160eab9cd4313019ae228') install=nxclient.install build() {
