Date: Monday, February 22, 2010 @ 15:39:06 Author: ibiru Revision: 69810
upgpkg: telepathy-qt4 0.2.2-1 update to 0.2.2 Modified: telepathy-qt4/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-22 18:46:18 UTC (rev 69809) +++ PKGBUILD 2010-02-22 20:39:06 UTC (rev 69810) @@ -1,7 +1,7 @@ # $Id$ -# Maintainer: Biru Ionut <[email protected]> +# Maintainer: Ionut Biru <[email protected]> pkgname=telepathy-qt4 -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients." arch=('i686' 'x86_64') @@ -9,9 +9,10 @@ groups=('telepathy') license=('LGPL') options=('!libtool') -depends=('qt>=4.5.3' 'telepathy-farsight>=0.0.12') +depends=('qt>=4.6.2' 'telepathy-farsight>=0.0.12') makedepends=('libxslt' 'python') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('f92cc8982f5c8d6028dc10f97cc12111') build() { cd "$srcdir/$pkgname-$pkgver" @@ -20,4 +21,3 @@ make || return 1 make DESTDIR="$pkgdir" install } -md5sums=('9eaaa055eb2503e5a362bd183f344ac7')
