diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 14:49:04 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:09 +0000 |
commit | c083c1bf8ee9cd67f125f2ede8ecf5504e02fef2 (patch) | |
tree | 91c14401a955b19c78237860f5fe628fb9d2f6cd | |
parent | 9b9b1044085210c53507bccae8ffbbb46ce47030 (diff) | |
download | aports-c083c1bf8ee9cd67f125f2ede8ecf5504e02fef2.tar.bz2 aports-c083c1bf8ee9cd67f125f2ede8ecf5504e02fef2.tar.xz |
testing/py-lxml: upgrade to 2.3.5
-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 dc2ccec5e..cf6d48cf8 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" |