diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:15:56 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-01 13:15:56 -0300 |
commit | b56752a95535596bfc2006bc6b1fe009d5348d28 (patch) | |
tree | 061a3e5e9ba9d606467e91805dff254c6cc655b6 /extra/telepathy-logger | |
parent | e698dfa34a00894b7e3cda64d79796f42f94a738 (diff) | |
parent | a422536e1ba326bff507ba81859c784a135d1804 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/epdfview/PKGBUILD
community/flowcanvas/PKGBUILD
Diffstat (limited to 'extra/telepathy-logger')
-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 cdf1d757b..38b399256 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 'mips64el') @@ -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" |