summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-09 11:18:21 -0300
committerGonzalo Exequiel Pedone2024-03-09 11:18:21 -0300
commit847041e3fc83f88400c2054e05abf477e6641df2 (patch)
treedd01b3a9e04dac9cc10e88c569846d38a7b925cb
parent1f5686a735a27b034da690f467e93255e750d97b (diff)
downloadaur-847041e3fc83f88400c2054e05abf477e6641df2.tar.gz
Package updated to 2.6.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f110aa442825..685d3b0b2caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-expat
- pkgdesc = An XML parser library (android)
- pkgver = 2.6.0
+ pkgdesc = An XML parser library (Android x86-64)
+ pkgver = 2.6.1
pkgrel = 1
url = https://libexpat.github.io/
arch = any
@@ -12,7 +12,7 @@ pkgbase = android-x86-64-expat
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/libexpat/libexpat/archive/R_2_6_0.tar.gz
- md5sums = aa424e56fe6378bb4b9f26b903f42119
+ source = https://github.com/libexpat/libexpat/archive/R_2_6_1.tar.gz
+ md5sums = 0cfa8405040dd2d4f643d4619ba3278a
pkgname = android-x86-64-expat
diff --git a/PKGBUILD b/PKGBUILD
index edc42d6083e5..c0c4d7fde2f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-expat
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
-pkgdesc="An XML parser library (android)"
+pkgdesc="An XML parser library (Android ${_android_arch})"
arch=('any')
url="https://libexpat.github.io/"
license=("custom")
+groups=('android-expat')
depends=('android-ndk')
-groups=(android-expat)
-options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-cmake')
+options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/libexpat/libexpat/archive/R_${pkgver//./_}.tar.gz")
-md5sums=('aa424e56fe6378bb4b9f26b903f42119')
+md5sums=('0cfa8405040dd2d4f643d4619ba3278a')
build() {
cd "${srcdir}"/libexpat-R_${pkgver//./_}/expat