summaryrefslogtreecommitdiff
path: root/extra/python-telepathy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-14 00:46:01 -0700
committerroot <root@rshg054.dnsready.net>2012-10-14 00:46:01 -0700
commit4eb56e1b3a80c84f2dddf2692310369dc9cbd31a (patch)
treeb31de2992989d616383f6552ba5d23b75701ef04 /extra/python-telepathy
parent21c295a86a10a3cd59802b2cf3ab7c24ebf0c608 (diff)
Sun Oct 14 00:45:38 PDT 2012
Diffstat (limited to 'extra/python-telepathy')
-rw-r--r--extra/python-telepathy/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/python-telepathy/PKGBUILD b/extra/python-telepathy/PKGBUILD
index 0df359a07..515a5b590 100644
--- a/extra/python-telepathy/PKGBUILD
+++ b/extra/python-telepathy/PKGBUILD
@@ -1,17 +1,21 @@
-# $Id: PKGBUILD 150847 2012-02-23 12:38:51Z ibiru $
+# $Id: PKGBUILD 168660 2012-10-13 20:59:47Z eric $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
-pkgname=python-telepathy
+pkgbase=python-telepathy
+pkgname=('python2-telepathy')
pkgver=0.15.19
-pkgrel=2
+pkgrel=3
pkgdesc="Python libraries for use in Telepathy clients and connection managers"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('LGPL')
depends=('dbus-python')
makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
+conflicts=('python-telepathy')
+replaces=('python-telepathy')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
+ '3f0e1af0452d62a0c0aab916e045579c')
build() {
cd "${srcdir}/telepathy-python-${pkgver}"
@@ -19,7 +23,7 @@ build() {
make
}
-package() {
+package_python2-telepathy() {
cd "${srcdir}/telepathy-python-${pkgver}"
make DESTDIR="${pkgdir}" install
}