diff options
author | root <root@rshg054.dnsready.net> | 2011-10-09 23:14:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-09 23:14:34 +0000 |
commit | 8e372cc6207b56516c1facdaeb92d15c4716d8a2 (patch) | |
tree | 5958b5f5b22ce68cbfd3c1a1007544403b44834e /extra/telepathy-qt4 | |
parent | 40e90a19618851856689ef8697391d37ec6841a1 (diff) |
Sun Oct 9 23:14:34 UTC 2011
Diffstat (limited to 'extra/telepathy-qt4')
-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 6709092ea..64e704ca2 100644 --- a/extra/telepathy-qt4/PKGBUILD +++ b/extra/telepathy-qt4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 132835 2011-07-26 13:03:28Z andrea $ +# $Id: PKGBUILD 140179 2011-10-08 12:12:17Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt4 -pkgver=0.7.1 +pkgver=0.7.3 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' 'doxygen') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('a609c6e9638e8cf24134b2165fec1c8a') +md5sums=('a8e4f9f996b074a4e9a8950ddb5240d7') build() { cd "${srcdir}" |