diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
commit | 0a3fcfa45dd6a820799b111a8bac0830faf459e5 (patch) | |
tree | ee0d56252a19caafe61e05716e1a0daf49402a3b /extra/telepathy-logger | |
parent | cf1a5af5ed7c29ec510e4606473103cffe96c245 (diff) | |
parent | 83a318800db22408628e60c9e1730578efcfee37 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/webfs/PKGBUILD
extra/gconf-editor/PKGBUILD
extra/gnutls/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/transmission/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 e7645f939..bd4516383 100644 --- a/extra/telepathy-logger/PKGBUILD +++ b/extra/telepathy-logger/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 156978 2012-04-23 09:10:28Z ibiru $ +# $Id: PKGBUILD 170064 2012-10-31 13:30:17Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-logger -pkgver=0.4.0 +pkgver=0.6.0 pkgrel=1 pkgdesc="Telepathy framework logging daemon" arch=(i686 x86_64 'mips64el') url="http://telepathy.freedesktop.org/wiki/Logger" license=('LGPL2.1') -depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf') +depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf') makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection') options=('!libtool') install=telepathy-logger.install source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('0b891b860c7f3a01926f5cc22fd26120') +md5sums=('f453c49e53898c64bc423f0fdf117290') build() { cd "$pkgname-$pkgver" |