diff options
Diffstat (limited to 'extra/telepathy-logger/PKGBUILD')
-rw-r--r-- | extra/telepathy-logger/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-logger/PKGBUILD b/extra/telepathy-logger/PKGBUILD index 74857964b..1d2fa1d4a 100644 --- a/extra/telepathy-logger/PKGBUILD +++ b/extra/telepathy-logger/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 123372 2011-05-10 16:32:52Z ibiru $ +# $Id: PKGBUILD 125768 2011-05-29 12:37:27Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-logger -pkgver=0.2.9 +pkgver=0.2.10 pkgrel=1 pkgdesc="Telepathy framework logging daemon" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf') makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('6d4a1c916883e4d1f19ed1002be6700c') +md5sums=('ec01a8f99fc11406e85153095433c155') build() { cd "$srcdir/$pkgname-$pkgver" |