[arch-commits] Commit in python-lxml/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Dec 13 23:35:14 UTC 2011
Date: Tuesday, December 13, 2011 @ 18:35:14
Author: eric
Revision: 145001
upgpkg: python-lxml 2.3.2-1
Upstream update, Add check function
Modified:
python-lxml/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-13 23:07:19 UTC (rev 145000)
+++ PKGBUILD 2011-12-13 23:35:14 UTC (rev 145001)
@@ -6,7 +6,7 @@
# Contributor: Guillem Rieu <guillemr at 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,8 +17,13 @@
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
More information about the arch-commits
mailing list