diff options
author | root <root@rshg054.dnsready.net> | 2013-02-13 00:04:32 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-13 00:04:32 -0800 |
commit | 0671250710c3e7312a4693ac45ebbaacf471d1dc (patch) | |
tree | f40a26f2fd5267582cf25a84886471773bc160c8 /extra/x2goclient | |
parent | 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (diff) |
Wed Feb 13 00:04:27 PST 2013
Diffstat (limited to 'extra/x2goclient')
-rw-r--r-- | extra/x2goclient/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/x2goclient/PKGBUILD b/extra/x2goclient/PKGBUILD index 41394e64e..42d589c22 100644 --- a/extra/x2goclient/PKGBUILD +++ b/extra/x2goclient/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175060 2013-01-12 11:27:38Z andyrtr $ +# $Id: PKGBUILD 177992 2013-02-12 19:50:15Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Gerhard Brauer <gerbra@archlinux.de> # Contributor: Richard Murri <admin@richardmurri.com> pkgname=x2goclient -pkgver=4.0.0.1 +pkgver=4.0.0.2 pkgrel=1 pkgdesc="x2go qt4 client" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-them makedepends=('man2html') install=x2goclient.install source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('e8786329cfe97652d337f71caa71f432') +md5sums=('7a8b6869d51e82989c24fb1191df09ad') build() { cd "${srcdir}/${pkgname}-${pkgver}" |