summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-12-21 13:53:45 -0300
committerGonzalo Exequiel Pedone2019-12-21 13:53:45 -0300
commitd7b87bdc208bc88d5ee620061e3235853dc050c2 (patch)
tree06f2a310b85031c4bb555b64c91de92c64fa39dd /PKGBUILD
parent654b3c82cbc9d156c5d76f446723faa660868e75 (diff)
downloadaur-d7b87bdc208bc88d5ee620061e3235853dc050c2.tar.gz
Updated to 2.9.10.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f52f27cbabe..2313f64f6a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-libxml2
-pkgver=2.9.9
+pkgver=2.9.10
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=('94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871')
+sha256sums=('aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f')
prepare () {
cd "${srcdir}"/libxml2-${pkgver}