diff options
Diffstat (limited to 'testing/py-lxml')
-rw-r--r-- | testing/py-lxml/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD index dc2ccec5e4..cf6d48cf83 100644 --- a/testing/py-lxml/APKBUILD +++ b/testing/py-lxml/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=py-lxml _pkgname=lxml -pkgver=2.3.4 -pkgrel=1 +pkgver=2.3.5 +pkgrel=0 pkgdesc="Python LXML Library" url="http://codespeak.net/lxml" arch="all" @@ -27,4 +27,4 @@ package() { "$pkgdir"/usr/lib/python2.6/site-packages/$_pkgname.pth } -md5sums="61d4ad80726b984b35c9a81aa2510b4d lxml-2.3.4.tgz" +md5sums="d03fb3b9139df7f182afffe72f412c87 lxml-2.3.5.tgz" |