summaryrefslogtreecommitdiff
path: root/extra/python-lxml/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-04 15:31:41 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-04 15:31:41 -0300
commit4e3e2f9e625584fee1cdb96fcec3a49f0cacdc8b (patch)
tree671e3e120a47e02d837e20d9759de78b9a7b4f07 /extra/python-lxml/PKGBUILD
parent1f31420f313381bbb03fdc934348f5606134191c (diff)
parent298f654d4656dcc1e8d78c37dd77ae2ebfc1bf5f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/freevo/PKGBUILD core/openldap/PKGBUILD extra/xf86-video-fbdev/PKGBUILD staging/glibc/PKGBUILD staging/glibc/glibc-2.15-revert-c5a0802a.patch
Diffstat (limited to 'extra/python-lxml/PKGBUILD')
-rw-r--r--extra/python-lxml/PKGBUILD6
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