summaryrefslogtreecommitdiffstats
path: root/extra/lxml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lxml/Pkgfile')
-rw-r--r--extra/lxml/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lxml/Pkgfile b/extra/lxml/Pkgfile
index 8e8f8c4fe..525c2c2a4 100644
--- a/extra/lxml/Pkgfile
+++ b/extra/lxml/Pkgfile
@@ -6,12 +6,12 @@
# Run on: libxml2,libxslt
name=lxml
-version=2.2.4
+version=2.3
release=1
source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz)
build() {
-cd $name-$version
- python setup.py install --root=$PKG
+ cd $name-$version
+ python2 setup.py install --root=$PKG
}