summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-30 18:05:20 -0300
committerGonzalo Exequiel Pedone2024-03-30 18:05:20 -0300
commit64f59dd5cf0eaef3414d7b6b610ea61d331f5d8b (patch)
treed1d637814eab8f41876d2f1ecdafd87f0727610b /PKGBUILD
parent847041e3fc83f88400c2054e05abf477e6641df2 (diff)
downloadaur-64f59dd5cf0eaef3414d7b6b610ea61d331f5d8b.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 c0c4d7fde2f6..55b2c979e840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_android_arch=x86-64
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