diff options
Diffstat (limited to 'extra/telepathy-glib')
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index cbfc104ad..b3bb3075d 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 141174 2011-10-25 11:30:46Z ibiru $ +# $Id: PKGBUILD 142317 2011-11-08 12:30:16Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> pkgname=telepathy-glib -pkgver=0.16.1 +pkgver=0.16.2 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" -groups=('telepathy') license=('LGPL2.1') options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('22dd16bdf4f987c602c719a1efc3d268') +md5sums=('c05e48da72f013cec86ca8a05da71ffd') build() { cd "${srcdir}/${pkgname}-${pkgver}" |