diff options
author | root <root@rshg047.dnsready.net> | 2011-06-22 23:03:32 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-22 23:03:32 +0000 |
commit | 7347bb994a41d021c83e97b503f577f2399302e7 (patch) | |
tree | fd148755348d31a3f7069526f91796c12ba7a2f5 /extra/telepathy-glib/PKGBUILD | |
parent | 17dec629d8a13d1981d734ddc703efb5382ca309 (diff) |
Wed Jun 22 23:03:32 UTC 2011
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 7f7261081..bb313eef6 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 126144 2011-06-01 19:05:33Z ibiru $ +# $Id: PKGBUILD 128070 2011-06-21 15:42:15Z 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.14.7 +pkgver=0.14.8 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=('3230f7389cd3a0ebe4436eb1f7e40c18') +md5sums=('07dae468cd6b55a2bddbd0b3c80f3796') build() { cd "${srcdir}/${pkgname}-${pkgver}" |