diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-06 11:01:54 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-06 11:01:54 -0300 |
commit | 113cea3115f41b82346029305d739d1513239929 (patch) | |
tree | 0065f209426cbf5584b3ac49f1173ba103a6db46 /extra/telepathy-gabble/PKGBUILD | |
parent | 090589ce217a61645ebcef0f1f3d52c543e47364 (diff) | |
parent | 33c22f43a52aae722ce4d9cbe47f8d2fff31f395 (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre-mips64el
Diffstat (limited to 'extra/telepathy-gabble/PKGBUILD')
-rw-r--r-- | extra/telepathy-gabble/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD index 47e5961f1..1c4195661 100644 --- a/extra/telepathy-gabble/PKGBUILD +++ b/extra/telepathy-gabble/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 120355 2011-04-22 18:03:17Z ibiru $ +# $Id: PKGBUILD 126264 2011-06-03 13:39:35Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> # Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org> pkgname=telepathy-gabble -pkgver=0.12.0 -pkgrel=2 +pkgver=0.12.1 +pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64' 'mips64el') url="http://telepathy.freedesktop.org" @@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz) install=telepathy-gabble.install -md5sums=('89e47b131911a969cc2a2ccefa1fc015') +md5sums=('9bf48f34651545547f52712b3c117aa9') build() { cd ${srcdir}/${pkgname}-${pkgver} |