summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 10:19:00 -0300
committerGonzalo Exequiel Pedone2022-12-08 10:19:00 -0300
commit363502b92b182e8b30d80d825ca81c78751794b2 (patch)
treefb614214e59bf3abb0ee88f41bf9151b9d8b8999
parent474e59439daa977fd75d525480a9c2003b73cba3 (diff)
downloadaur-363502b92b182e8b30d80d825ca81c78751794b2.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 cd4ed6f47e04..45e43fce04e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-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-x86-64-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-x86-64-expat
diff --git a/PKGBUILD b/PKGBUILD
index 6b99bd8f24c1..9855d762c05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=x86-64
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