summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0c4d7fde2f6..55b2c979e840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-expat
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
-pkgdesc="An XML parser library (Android ${_android_arch})"
arch=('any')
+pkgdesc="An XML parser library (Android ${_android_arch})"
url="https://libexpat.github.io/"
license=("custom")
groups=('android-expat')
@@ -14,7 +14,7 @@ depends=('android-ndk')
makedepends=('android-cmake')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('0cfa8405040dd2d4f643d4619ba3278a')
+md5sums=('99a0df949cc18e9a21ee335b06bedce1')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat