diff options
Diffstat (limited to 'extra/telepathy-glib/PKGBUILD')
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index 5b2bb7fa5..4320149c4 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 191840 2013-07-31 09:36:38Z ioni $ +# $Id: PKGBUILD 198696 2013-11-02 08:04:56Z ioni $ # 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.20.4 +pkgver=0.22.0 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64' 'mips64el') url="http://telepathy.freedesktop.org" license=('LGPL2.1') -options=('!libtool' '!emptydirs') +options=('!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('78be56307d2da7c580cf6df33a225ba0') +md5sums=('c333ceb21a9ca1c52a0e6e36432943d1') build() { cd $pkgname-$pkgver |