diff options
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 42f52fb2b..1569d216e 100644 --- a/extra/telepathy-qt4/PKGBUILD +++ b/extra/telepathy-qt4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124315 2011-05-19 11:49:47Z andrea $ +# $Id: PKGBUILD 126269 2011-06-03 14:35:07Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt4 -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64' 'mips64el') @@ -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=('2acb266af1a3f55f7104830ac8db2090') +md5sums=('c429458a365f5114bbc9ea3fc971fc45') build() { cd "${srcdir}" |