summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-30 18:04:15 -0300
committerGonzalo Exequiel Pedone2024-03-30 18:04:15 -0300
commit0dbb853d066b3e5287446305defd9944fdd5ed8a (patch)
tree504098f8a2a16830fcf9d3cdf2964ef79dce30ae /PKGBUILD
parent62e9ccb2879bf08ad5b16b004a5c17a64aad5050 (diff)
downloadaur-0dbb853d066b3e5287446305defd9944fdd5ed8a.tar.gz
Package updated 2.6.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e261388b6d41..089b04a4db2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-expat
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
-pkgdesc="An XML parser library (Android ${_android_arch})"
arch=('any')
+pkgdesc="An XML parser library (Android ${_android_arch})"
url="https://libexpat.github.io/"
license=("custom")
groups=('android-expat')
@@ -14,7 +14,7 @@ depends=('android-ndk')
makedepends=('android-cmake')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('0cfa8405040dd2d4f643d4619ba3278a')
+md5sums=('99a0df949cc18e9a21ee335b06bedce1')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat