summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 10:18:15 -0300
committerGonzalo Exequiel Pedone2022-12-08 10:18:15 -0300
commit02b7b0b5fe0adc03d322e49bc2ee5d6b0dd2a257 (patch)
tree99f86a207902a3563005cf820385284c5277eb30
parentd40e42937601234118f93e579b122353d07a8ad5 (diff)
downloadaur-02b7b0b5fe0adc03d322e49bc2ee5d6b0dd2a257.tar.gz
Package updated to 2.5.0.
-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