diff options
author | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
commit | 6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (patch) | |
tree | d0e12dbaa2cb07b6209b58bddf0943ba8f22bb07 /extra/telepathy-qt4/PKGBUILD | |
parent | e2fe79d62643f0e50b1c5e194a94cb510b371cc8 (diff) |
Fri May 20 22:47:13 UTC 2011
Diffstat (limited to 'extra/telepathy-qt4/PKGBUILD')
-rw-r--r-- | extra/telepathy-qt4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-qt4/PKGBUILD b/extra/telepathy-qt4/PKGBUILD index 72c54c85e..033611f63 100644 --- a/extra/telepathy-qt4/PKGBUILD +++ b/extra/telepathy-qt4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 122345 2011-05-03 23:56:05Z andrea $ +# $Id: PKGBUILD 124315 2011-05-19 11:49:47Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt4 -pkgver=0.5.16 +pkgver=0.6.0 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') depends=('qt' 'telepathy-farsight') makedepends=('libxslt' 'python2' 'cmake') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('82e36c051c74d323b329f69ac2c5427f') +md5sums=('2acb266af1a3f55f7104830ac8db2090') build() { cd "${srcdir}" |