summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-12-22 08:00:17 -0300
committerGonzalo Exequiel Pedone2021-12-22 08:00:17 -0300
commitccfaacc13dada10ed2f09e5badaccb8b98d91b80 (patch)
treef7140d044b7a694c39f99e00d9a24ae7a061b8ef /PKGBUILD
parente89fec6edd9f59fe259464f627b076f9ee536a5e (diff)
downloadaur-ccfaacc13dada10ed2f09e5badaccb8b98d91b80.tar.gz
Package updated to 2.9.12.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ac8472b4377..a7039e01d303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libxml2
-pkgver=2.9.10
+pkgver=2.9.12
pkgrel=1
pkgdesc="XML parsing library, version 2 (android)"
arch=('any')
@@ -17,7 +17,7 @@ depends=('android-ndk'
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure')
source=("http://xmlsoft.org/sources/libxml2-${pkgver}.tar.gz")
-sha256sums=('aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f')
+md5sums=('f433a39be087a9f0b197eb2307ad9f75')
prepare () {
cd "${srcdir}"/libxml2-${pkgver}