summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-03-15 13:01:10 -0300
committerGonzalo Exequiel Pedone2022-03-15 13:01:10 -0300
commitbe748396d9aed243666cb34fde45763e0749ec50 (patch)
tree9fe246f810d5a0a30f28c8ce647801414599bb77
parentea9983a93057ad78d9eab72addfe9e30fa188c19 (diff)
downloadaur-be748396d9aed243666cb34fde45763e0749ec50.tar.gz
Updated to 2.4.7.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9adfef25576f..ed37bd09ac95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = android-x86-64-expat
pkgdesc = An XML parser library (android)
- pkgver = 2.4.1
+ pkgver = 2.4.7
pkgrel = 1
url = https://libexpat.github.io/
arch = any
+ groups = android-expat
license = custom
makedepends = android-cmake
depends = android-ndk
@@ -11,7 +12,7 @@ pkgbase = android-x86-64-expat
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/libexpat/libexpat/archive/R_2_4_1.tar.gz
- md5sums = 3bbf3f4d6a1ab1a82ca1dbafda68ed5f
+ source = https://github.com/libexpat/libexpat/archive/R_2_4_7.tar.gz
+ md5sums = 1129f902620c4694e850ddf011ef08a9
pkgname = android-x86-64-expat
diff --git a/PKGBUILD b/PKGBUILD
index 80305146900b..aca3cf860654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-expat
-pkgver=2.4.1
+pkgver=2.4.7
pkgrel=1
pkgdesc="An XML parser library (android)"
arch=('any')
url="https://libexpat.github.io/"
license=("custom")
depends=('android-ndk')
+groups=(android-expat)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-cmake')
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('3bbf3f4d6a1ab1a82ca1dbafda68ed5f')
+md5sums=('1129f902620c4694e850ddf011ef08a9')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat