diff options
Diffstat (limited to 'testing/telepathy-haze/PKGBUILD')
-rw-r--r-- | testing/telepathy-haze/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/telepathy-haze/PKGBUILD b/testing/telepathy-haze/PKGBUILD index 8c78a8b84..168dc0d21 100644 --- a/testing/telepathy-haze/PKGBUILD +++ b/testing/telepathy-haze/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 155268 2012-04-01 11:37:15Z heftig $ +# $Id: PKGBUILD 155705 2012-04-05 10:24:53Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Timm Preetz <timm@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 } |