[arch-commits] Commit in python-telepathy/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Oct 13 20:59:32 UTC 2012
Date: Saturday, October 13, 2012 @ 16:59:31
Author: eric
Revision: 168659
upgpkg: python-telepathy 0.15.19-3
Rename to python2-telepathy
Modified:
python-telepathy/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-13 20:56:07 UTC (rev 168658)
+++ PKGBUILD 2012-10-13 20:59:31 UTC (rev 168659)
@@ -1,17 +1,21 @@
# $Id$
# Maintainer: Ionut Biru <ibiru at archlinux.org>
# Contributor: Daniel Balieiro <daniel at 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 @@
make
}
-package() {
+package_python2-telepathy() {
cd "${srcdir}/telepathy-python-${pkgver}"
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list