summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2025-03-05 20:22:06 -0300
committerGonzalo Exequiel Pedone2025-03-05 20:22:06 -0300
commit160b5ba6638a429930ddbf90578addf816bdee76 (patch)
tree6bd2cdcfc9220c468806ee570174e8297cebf832 /PKGBUILD
parent3704a24113a2bae795f83429ea7b58055e07c3cb (diff)
downloadaur-android-armv7a-eabi-libxml2.tar.gz
Package updated to 2.13.6.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ff5a50f18fa..b095d57befa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libxml2
-pkgver=2.13.4
+pkgver=2.13.6
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (Android ${_android_arch})"
@@ -18,7 +18,7 @@ depends=('android-ndk'
makedepends=('android-configure')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${pkgver}/libxml2-v${pkgver}.tar.gz")
-md5sums=('2bbec3a88345981b4d17012dee35b11a')
+md5sums=('67c144c6fcd38a3358a1a52df61e6aac')
prepare () {
cd "${srcdir}/libxml2-v${pkgver}"