summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0522796fff2a..948bf85a1127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-expat
pkgdesc = An XML parser library (android)
- pkgver = 2.4.8
+ pkgver = 2.5.0
pkgrel = 1
url = https://libexpat.github.io/
arch = any
@@ -12,7 +12,7 @@ pkgbase = android-aarch64-expat
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/libexpat/libexpat/archive/R_2_4_8.tar.gz
- md5sums = ccae811d1180353186b98b49b301e615
+ source = https://github.com/libexpat/libexpat/archive/R_2_5_0.tar.gz
+ md5sums = d375fa3571c0abb945873f5061a8f2e2
pkgname = android-aarch64-expat
diff --git a/PKGBUILD b/PKGBUILD
index a7fc2d386263..880356febb15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-expat
-pkgver=2.4.8
+pkgver=2.5.0
pkgrel=1
pkgdesc="An XML parser library (android)"
arch=('any')
@@ -14,7 +14,7 @@ groups=(android-expat)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-cmake')
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('ccae811d1180353186b98b49b301e615')
+md5sums=('d375fa3571c0abb945873f5061a8f2e2')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat