diff options
author | root <root@rshg054.dnsready.net> | 2012-07-04 00:02:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-04 00:02:00 +0000 |
commit | 298f654d4656dcc1e8d78c37dd77ae2ebfc1bf5f (patch) | |
tree | 9343bddcb82bf82a7188d512a151aa7fb7801479 /extra/python-lxml | |
parent | 20bf19bd85f0a70a575491c17aa7354c1a8fd97d (diff) |
Wed Jul 4 00:01:59 UTC 2012
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 023c1c0d2..2cad7f16b 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') 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 |