diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:15:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-23 07:53:02 +0000 |
commit | 78bd8b96b1cc618c19ff38aa75aece6026edb5e0 (patch) | |
tree | 8c3412128aa11c6bc16e19a8070f0eedeaaf3635 /main/libxml2 | |
parent | 34bf6440cde26e27e9691edfd86f2e834c6edd83 (diff) | |
download | aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.bz2 aports-78bd8b96b1cc618c19ff38aa75aece6026edb5e0.tar.xz |
main/[various]: rebuild against python-2.7
Diffstat (limited to 'main/libxml2')
-rw-r--r-- | main/libxml2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD index a3bd596c11..34c54ed61d 100644 --- a/main/libxml2/APKBUILD +++ b/main/libxml2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libxml2 pkgver=2.7.8 -pkgrel=2 +pkgrel=4 pkgdesc="XML parsing library, version 2" url="http://www.xmlsoft.org/" arch="all" |