diff options
Diffstat (limited to 'gnome-unstable/telepathy-glib/PKGBUILD')
-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 9df1c51b1..04b8976cc 100644 --- a/gnome-unstable/telepathy-glib/PKGBUILD +++ b/gnome-unstable/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166856 2012-09-19 22:53:47Z jgc $ +# $Id: PKGBUILD 167242 2012-09-29 09:23:38Z 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.19.9 +pkgver=0.19.10 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=('b1eaad97c9a83df4b364cad468261220') +md5sums=('fbe730cc897c2d6cbf6a165d6cc63cdd') build() { cd $pkgname-$pkgver |