diff options
Diffstat (limited to 'extra/telepathy-qt/PKGBUILD')
-rw-r--r-- | extra/telepathy-qt/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD index ab037ef5b..0aa561c13 100644 --- a/extra/telepathy-qt/PKGBUILD +++ b/extra/telepathy-qt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163229 2012-07-11 13:09:39Z andrea $ +# $Id: PKGBUILD 163541 2012-07-15 10:41:34Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ conflicts=('telepathy-qt4') replaces=('telepathy-qt4') provides=('telepathy-qt4') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('e49df0c6d19bbac622209d0f87f0d1b2') +md5sums=('94ac93aedf5f6fff49837bc8368e5a37') build() { cd "$srcdir" @@ -24,7 +24,8 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_TESTS=OFF make } |