[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Oct 1 17:44:22 UTC 2010


    Date: Friday, October 1, 2010 @ 13:44:22
  Author: ibiru
Revision: 92890

upgpkg: telepathy-gabble 0.10.2-1
update to 0.10.2

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-01 16:45:58 UTC (rev 92889)
+++ PKGBUILD	2010-10-01 17:44:22 UTC (rev 92890)
@@ -3,24 +3,24 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.12.0' 'libsoup>=2.31.92' 'libnice' 'util-linux-ng' 'sqlite3')
+depends=('telepathy-glib>=0.12.0' 'libsoup>=2.32' 'libnice' 'util-linux-ng' 'sqlite3')
 makedepends=('libxslt')
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('bf06fcebbb2d4bfb0359302f70a8e493')
+md5sums=('a2f60d2b4c83391ac24a8b857f65ae27')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   	--libexecdir=/usr/lib/telepathy
   make
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list