diff options
Diffstat (limited to 'extra/python-lxml')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index 05a86ef31..8e4586cf2 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154469 2012-03-28 22:33:23Z eric $ +# $Id: PKGBUILD 162858 2012-07-02 13:06:22Z giovanni $ # Maintainer: pkgname=('python-lxml' 'python2-lxml') pkgver=2.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="Python binding for the libxml2 and libxslt libraries" arch=('i686' 'x86_64' 'mips64el') license=('BSD' 'custom') @@ -21,7 +21,7 @@ check() { package_python2-lxml() { depends=('python2' 'libxslt') - optdepends=('python-beautifulsoup: support for parsing not well formed HTML') + optdepends=('python2-beautifulsoup3: support for parsing not well formed HTML') cd "${srcdir}"/lxml-$pkgver python2 setup.py install --root="${pkgdir}" --optimize=1 |