summaryrefslogtreecommitdiff
path: root/extra/python-lxml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-14 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-12-14 23:14:53 +0000
commitf96b67a7733c348213a216ba6472d43614b44f04 (patch)
treeb4d773bc2fb5e8778669789ef27a7fbf17a7ea65 /extra/python-lxml
parentf4dcb5cb43b68e265512a03a160bdda634818b43 (diff)
Wed Dec 14 23:14:53 UTC 2011
Diffstat (limited to 'extra/python-lxml')
-rw-r--r--extra/python-lxml/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD
index 86b22a859..24a1c2dac 100644
--- a/extra/python-lxml/PKGBUILD
+++ b/extra/python-lxml/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 140122 2011-10-07 10:35:34Z eric $
+# $Id: PKGBUILD 145002 2011-12-13 23:35:31Z eric $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
@@ -6,7 +6,7 @@
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=python-lxml
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64')
@@ -17,7 +17,12 @@ optdepends=('python-beautifulsoup: support for parsing not well formed HTML')
conflicts=('lxml')
replaces=('lxml')
source=("http://codespeak.net/lxml/lxml-${pkgver}.tgz")
-md5sums=('87931fbf35df60cd71cfe7484b4b36ed')
+md5sums=('50ed3706da4665c40600fd6e2a7d1159')
+
+check() {
+ cd "${srcdir}"/lxml-$pkgver
+ make PYTHON=python2 test
+}
package() {
cd "${srcdir}"/lxml-$pkgver