summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-13 20:49:38 -0300
committerGonzalo Exequiel Pedone2024-02-13 20:49:38 -0300
commitda02cc63dc34ae06a34f5f45e756e237b240cad7 (patch)
tree1010d8caa7ee0e32064aa6aa271a97a759d878ac
parent02b7b0b5fe0adc03d322e49bc2ee5d6b0dd2a257 (diff)
downloadaur-da02cc63dc34ae06a34f5f45e756e237b240cad7.tar.gz
Package updated to 2.6.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948bf85a1127..1a8800d529fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-expat
pkgdesc = An XML parser library (android)
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://libexpat.github.io/
arch = any
@@ -12,7 +12,7 @@ pkgbase = android-aarch64-expat
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/libexpat/libexpat/archive/R_2_5_0.tar.gz
- md5sums = d375fa3571c0abb945873f5061a8f2e2
+ source = https://github.com/libexpat/libexpat/archive/R_2_6_0.tar.gz
+ md5sums = aa424e56fe6378bb4b9f26b903f42119
pkgname = android-aarch64-expat
diff --git a/PKGBUILD b/PKGBUILD
index 880356febb15..8e043309552f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-expat
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="An XML parser library (android)"
arch=('any')
@@ -14,7 +14,7 @@ groups=(android-expat)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-cmake')
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('d375fa3571c0abb945873f5061a8f2e2')
+md5sums=('aa424e56fe6378bb4b9f26b903f42119')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat