diff options
Diffstat (limited to 'extra/telepathy-gabble/PKGBUILD')
-rw-r--r-- | extra/telepathy-gabble/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD index a07a2bee4..513468475 100644 --- a/extra/telepathy-gabble/PKGBUILD +++ b/extra/telepathy-gabble/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 135698 2011-08-17 15:28:40Z ibiru $ +# $Id: PKGBUILD 139439 2011-10-01 19:01:33Z 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.6 +pkgver=0.12.7 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') @@ -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=('5524c7b6a29801feedc9ffa82503911a') +md5sums=('3518db585403a6cf93ba253200acc5e7') build() { cd ${srcdir}/${pkgname}-${pkgver} |