diff options
Diffstat (limited to 'main/libxml2/APKBUILD')
-rw-r--r-- | main/libxml2/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD index 58514b1eac..6c314eb567 100644 --- a/main/libxml2/APKBUILD +++ b/main/libxml2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter at gmail> # Maintainer: Carlo Landmeter <clandmeter at gmail> pkgname=libxml2 -pkgver=2.7.6 -pkgrel=2 +pkgver=2.7.7 +pkgrel=0 pkgdesc="XML parsing library, version 2" url="http://www.xmlsoft.org/" license="MIT" @@ -10,8 +10,7 @@ depends= makedepends="zlib-dev python-dev" subpackages="$pkgname-doc $pkgname-dev py-$pkgname:py" source="ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz - largefile64.patch - zlib.patch" + largefile64.patch" options="!strip" @@ -46,6 +45,5 @@ py() { } -md5sums="7740a8ec23878a2f50120e1faa2730f2 libxml2-2.7.6.tar.gz -5ad4915665608ebfa5b89f7908467a72 largefile64.patch -0365d5397164b8739219e56e5ca069d1 zlib.patch" +md5sums="9abc9959823ca9ff904f1fbcf21df066 libxml2-2.7.7.tar.gz +5ad4915665608ebfa5b89f7908467a72 largefile64.patch" |