diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
commit | 624e141150ea71c22164ca4ac6602d6d5a191674 (patch) | |
tree | 7e4f924e39fd73afb927925fbd75f857a41fae9c /extra/telepathy-logger | |
parent | 692010aa202808a5b0ab62a132e5e366e34273fc (diff) | |
parent | b625511a28fd8401f524474b5339e75328595150 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/mlt/PKGBUILD
community-testing/acetoneiso2/PKGBUILD
community-testing/paraview/PKGBUILD
community-testing/qbittorrent/PKGBUILD
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/virtualbox.install
community/chmsee/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdeutils/PKGBUILD
extra/libmpdclient/PKGBUILD
extra/xf86-video-ati/PKGBUILD
extra/xfce4-session/PKGBUILD
extra/xfce4-smartbookmark-plugin/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'extra/telepathy-logger')
-rw-r--r-- | extra/telepathy-logger/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-logger/PKGBUILD b/extra/telepathy-logger/PKGBUILD index 778c0ba30..16cbc416a 100644 --- a/extra/telepathy-logger/PKGBUILD +++ b/extra/telepathy-logger/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 136819 2011-09-01 20:47:38Z ibiru $ +# $Id: PKGBUILD 141683 2011-11-02 09:28:54Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-logger -pkgver=0.2.10 -pkgrel=2 +pkgver=0.2.12 +pkgrel=1 pkgdesc="Telepathy framework logging daemon" arch=(i686 x86_64 'mips64el') url="http://telepathy.freedesktop.org/wiki/Logger" @@ -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=('ec01a8f99fc11406e85153095433c155') +md5sums=('102a622855a3e20a191b0812ae7c9b8e') build() { cd "$srcdir/$pkgname-$pkgver" |