summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-04-15 09:39:37 -0300
committerGonzalo Exequiel Pedone2022-04-15 09:39:37 -0300
commitd40e42937601234118f93e579b122353d07a8ad5 (patch)
treed5f7ad940ff903be92c25654d528a1232c9cfc00
parent7cdfe697b9559d8b264fb616731ee520ed13e4ab (diff)
downloadaur-d40e42937601234118f93e579b122353d07a8ad5.tar.gz
Package updated to 2.4.8.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4588fd086bc..0522796fff2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-expat
pkgdesc = An XML parser library (android)
- pkgver = 2.4.7
+ pkgver = 2.4.8
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_7.tar.gz
- md5sums = 1129f902620c4694e850ddf011ef08a9
+ source = https://github.com/libexpat/libexpat/archive/R_2_4_8.tar.gz
+ md5sums = ccae811d1180353186b98b49b301e615
pkgname = android-aarch64-expat
diff --git a/PKGBUILD b/PKGBUILD
index 7840c9b9c70e..a7fc2d386263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-expat
-pkgver=2.4.7
+pkgver=2.4.8
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=('1129f902620c4694e850ddf011ef08a9')
+md5sums=('ccae811d1180353186b98b49b301e615')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat