summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-07-06 12:38:38 -0300
committerGonzalo Exequiel Pedone2021-07-06 12:38:38 -0300
commitea9983a93057ad78d9eab72addfe9e30fa188c19 (patch)
tree6109a2fc8cf1197f393ea1f8395a27e6acb59487
parent75216977ddef04c590cd57461e1073c16571405e (diff)
downloadaur-ea9983a93057ad78d9eab72addfe9e30fa188c19.tar.gz
Updated to 2.4.1.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b658702e90a..9adfef25576f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-expat
pkgdesc = An XML parser library (android)
- pkgver = 2.2.10
+ pkgver = 2.4.1
pkgrel = 1
url = https://libexpat.github.io/
arch = any
@@ -11,8 +11,7 @@ pkgbase = android-x86-64-expat
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/libexpat/libexpat/archive/R_2_2_10.tar.gz
- sha256sums = 62e280f5fd29a5b70973f623e20a7412c3e3912c2684cb0e462e2c881be129e1
+ source = https://github.com/libexpat/libexpat/archive/R_2_4_1.tar.gz
+ md5sums = 3bbf3f4d6a1ab1a82ca1dbafda68ed5f
pkgname = android-x86-64-expat
-
diff --git a/PKGBUILD b/PKGBUILD
index 8e9fb7e289c2..80305146900b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-expat
-pkgver=2.2.10
+pkgver=2.4.1
pkgrel=1
pkgdesc="An XML parser library (android)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-cmake')
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-sha256sums=('62e280f5fd29a5b70973f623e20a7412c3e3912c2684cb0e462e2c881be129e1')
+md5sums=('3bbf3f4d6a1ab1a82ca1dbafda68ed5f')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat