diff options
Diffstat (limited to 'extra/telepathy-glib/PKGBUILD')
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index 49b381193..51121e855 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 170731 2012-11-10 15:25:09Z ibiru $ +# $Id: PKGBUILD 183617 2013-04-25 16:40:37Z 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.1 +pkgver=0.20.2 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('780034ff7433f33e6577b02fd7a2cb0a') +md5sums=('bfc8a1b94c7a268f15d4d92b83460987') build() { cd $pkgname-$pkgver |