summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-03-15 13:00:07 -0300
committerGonzalo Exequiel Pedone2022-03-15 13:00:07 -0300
commit7cdfe697b9559d8b264fb616731ee520ed13e4ab (patch)
treefc18afe3f767f837937d6252bb23e18493b71ff2
parent32babbb11b774b59653d0ea61af7b48cfd6522d5 (diff)
downloadaur-7cdfe697b9559d8b264fb616731ee520ed13e4ab.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 dc3d68614b84..b4588fd086bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = android-aarch64-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-aarch64-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-aarch64-expat
diff --git a/PKGBUILD b/PKGBUILD
index 3a64a9789ecb..7840c9b9c70e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
_android_arch=aarch64
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