diff options
author | root <root@rshg054.dnsready.net> | 2012-10-18 01:24:49 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-18 01:24:49 -0700 |
commit | 9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch) | |
tree | 817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /extra/python-lxml | |
parent | c84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff) |
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'extra/python-lxml')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index 567a6ec04..9dea69b9a 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 164350 2012-07-31 09:59:25Z eric $ +# $Id: PKGBUILD 169019 2012-10-17 10:20:31Z allan $ # Maintainer: pkgname=('python-lxml' 'python2-lxml') -pkgver=2.3.5 +pkgver=3.0 pkgrel=1 pkgdesc="Python binding for the libxml2 and libxslt libraries" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ 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}) -sha1sums=('4fec0ca5054a8d6220d3dc7230a5066850192848' - 'd74ad6509a0048ea0e979985e12869f2e1126b78') +sha1sums=('8dbbd03a637bb563113cf07049a4d5a109369441' + 'b38447fd3f9cfb30b4d56ffe3bec42739afb2947') check() { cd "${srcdir}"/lxml-$pkgver |