summaryrefslogtreecommitdiff
path: root/extra/python-lxml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-lxml/PKGBUILD')
-rw-r--r--extra/python-lxml/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD
index ec44b2d94..05a86ef31 100644
--- a/extra/python-lxml/PKGBUILD
+++ b/extra/python-lxml/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 153553 2012-03-15 23:11:41Z eric $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 154469 2012-03-28 22:33:23Z eric $
+# Maintainer:
pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64' 'mips64el')
license=('BSD' 'custom')
url="http://lxml.de/"
makedepends=('python2' 'python' 'libxslt')
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a7825793c69d004f388ec6600bad7a6f'
- '5c4b1a05f6e46a4dd7ebed8b5ad9e32e')
+sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
+ '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
check() {
cd "${srcdir}"/lxml-$pkgver