diff options
Diffstat (limited to 'extra/telepathy-qt/PKGBUILD')
-rw-r--r-- | extra/telepathy-qt/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD index 8e438b15c..c1d6d0974 100644 --- a/extra/telepathy-qt/PKGBUILD +++ b/extra/telepathy-qt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 215850 2014-06-30 17:14:55Z andrea $ +# $Id: PKGBUILD 217832 2014-07-25 07:12:57Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt -pkgver=0.9.3 -pkgrel=8 +pkgver=0.9.4 +pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org/wiki/" @@ -15,19 +15,16 @@ conflicts=('telepathy-qt4') replaces=('telepathy-qt4') provides=('telepathy-qt4') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} - 'farstream-0.2.patch' - 'cmake.patch') -md5sums=('94ac93aedf5f6fff49837bc8368e5a37' + 'farstream-0.2.patch') +md5sums=('75b18e151b1c4fab9f149d0eb46a494d' 'SKIP' - '6b2421c59d20d29fece8d5e6445354c7' - '50e9db71c0e23b59dba1f20a592e4b8d') + '6b2421c59d20d29fece8d5e6445354c7') prepare() { mkdir build cd ${pkgname}-${pkgver} patch -p1 -i "${srcdir}"/farstream-0.2.patch - patch -p1 -i "${srcdir}"/cmake.patch } |