diff options
author | root <root@rshg054.dnsready.net> | 2012-03-25 00:02:31 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-25 00:02:31 +0000 |
commit | 891f44722456b693d99b397f7e332a9ed68a47a2 (patch) | |
tree | 84b486efdd046bf1ac54f9288d13a443874be342 /gnome-unstable/telepathy-glib | |
parent | adac5afd500d4ee3a65035e1cf5353ae236b4a61 (diff) |
Sun Mar 25 00:02:31 UTC 2012
Diffstat (limited to 'gnome-unstable/telepathy-glib')
-rw-r--r-- | gnome-unstable/telepathy-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/telepathy-glib/PKGBUILD b/gnome-unstable/telepathy-glib/PKGBUILD index 5b79553a5..1fdf1f246 100644 --- a/gnome-unstable/telepathy-glib/PKGBUILD +++ b/gnome-unstable/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 153778 2012-03-19 16:58:39Z ibiru $ +# $Id: PKGBUILD 154106 2012-03-23 11:02: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.17.6 +pkgver=0.17.7 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=('a196f361165fa48cb3850875e14cc9a8') +md5sums=('92e776d375cfe0ef6af4aff600a5150e') build() { cd "$pkgname-$pkgver" |