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

Ionut Biru ibiru at archlinux.org
Thu Jun 21 01:48:05 UTC 2012


    Date: Wednesday, June 20, 2012 @ 21:48:05
  Author: ibiru
Revision: 162119

update to 0.16.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-20 14:04:42 UTC (rev 162118)
+++ PKGBUILD	2012-06-21 01:48:05 UTC (rev 162119)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
@@ -15,17 +15,17 @@
 options=('!libtool' '!emptydirs')
 source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
+md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   	--libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
 }




More information about the arch-commits mailing list