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

Ionut Biru ibiru at archlinux.org
Thu Apr 5 10:23:48 UTC 2012


    Date: Thursday, April 5, 2012 @ 06:23:47
  Author: ibiru
Revision: 155704

update to 0.6.0

Modified:
  telepathy-haze/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-05 10:02:36 UTC (rev 155703)
+++ PKGBUILD	2012-04-05 10:23:47 UTC (rev 155704)
@@ -2,23 +2,24 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Timm Preetz <timm at preetz.us>
 pkgname=telepathy-haze
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 license=('GPL')
 depends=('telepathy-glib' 'libpurple')
-makedepends=('libxslt')
+makedepends=('libxslt' 'python2')
 replaces=('telepathy-butterfly')
 install=telepathy-haze.install
 groups=('telepathy')
 source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4378726d61e1e5df789a05760a94d172')
+md5sums=('622e0b2f7ff4050a29f907f2ef0f039c')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --libexecdir=/usr/lib/telepathy
   make
 }
 




More information about the arch-commits mailing list