summaryrefslogtreecommitdiff
path: root/community/python-pyxmpp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pyxmpp/PKGBUILD')
-rw-r--r--community/python-pyxmpp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD
index 97c1d1b37..bc59379b7 100644
--- a/community/python-pyxmpp/PKGBUILD
+++ b/community/python-pyxmpp/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 56515 2011-10-07 20:09:45Z spupykin $
+# $Id: PKGBUILD 72079 2012-06-08 09:35:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=python-pyxmpp
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python XMPP and Jabber implementation based on libxml2"
arch=('i686' 'x86_64')
url="http://pyxmpp.jajcus.net/"
license=('LGPL')
-depends=('python-dnspython' 'libxml2' 'python-m2crypto')
+depends=('python2-dnspython' 'libxml2' 'python-m2crypto')
source=(http://pyxmpp.jajcus.net/downloads/pyxmpp-$pkgver.tar.gz)
md5sums=('a38abf032aca0408b6055cd94296eb75')
build() {
- cd $startdir/src/pyxmpp-$pkgver
+ cd $srcdir/pyxmpp-$pkgver
python2 setup.py build
python2 setup.py install --root=$pkgdir
}