diff options
author | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
commit | 40e90a19618851856689ef8697391d37ec6841a1 (patch) | |
tree | 7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /community/python-pyxmpp | |
parent | 8a8ac56bbf82685c43072923560881e6b119ec66 (diff) |
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'community/python-pyxmpp')
-rw-r--r-- | community/python-pyxmpp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD index 0d832aefb..97c1d1b37 100644 --- a/community/python-pyxmpp/PKGBUILD +++ b/community/python-pyxmpp/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $ +# $Id: PKGBUILD 56515 2011-10-07 20:09:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=python-pyxmpp -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 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') source=(http://pyxmpp.jajcus.net/downloads/pyxmpp-$pkgver.tar.gz) -md5sums=('5f1f5472c3e2360fa49552cc49861bd4') +md5sums=('a38abf032aca0408b6055cd94296eb75') build() { cd $startdir/src/pyxmpp-$pkgver |