diff options
author | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
commit | 19f11e0c4bbeefd65f85546a361e18532b60416a (patch) | |
tree | a0d830d86c1d2bd0f47e3e86e31b62b781527a8f /extra/python-lxml | |
parent | 7862d070a23260c281e227dabd498b99fa8a44a9 (diff) |
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'extra/python-lxml')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index b7dfec5af..c98f6588f 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 169394 2012-10-20 09:48:34Z eric $ -# Maintainer: +# $Id: PKGBUILD 173311 2012-12-18 17:24:46Z angvp $ +# Maintainer: Angel Velasquez <angvp@archlinux.org> pkgbase=python-lxml pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs') -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 arch=('i686' 'x86_64') license=('BSD' 'custom') url="http://lxml.de/" makedepends=('python2' 'python' 'libxslt') source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc}) -sha1sums=('bb7fa04e1a49091151608df347cf12e10e9ed7f1' - '1d6f08dcdd860c3a52664af9fa3de35a47ca4f16') +md5sums=('38b15b0dd5e9292cf98be800e84a3ce4' + '85992526166d265681e42dd669d10773') check() { cd lxml-$pkgver |