diff options
author | Gonzalo Exequiel Pedone | 2024-11-10 22:32:17 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-11-10 22:32:17 -0300 |
commit | ed729ecfd85437ac86ab39778d3d0808217c29f3 (patch) | |
tree | 3f2ff510ff20530bf25593bf523f8705dd2a34b7 | |
parent | 05ed5498854e3afdd7d1901f43bf742a42f803b9 (diff) | |
download | aur-ed729ecfd85437ac86ab39778d3d0808217c29f3.tar.gz |
Package updated to 2.6.4.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = android-x86-expat pkgdesc = An XML parser library (Android x86) - pkgver = 2.6.3 + pkgver = 2.6.4 pkgrel = 1 url = https://libexpat.github.io/ arch = any @@ -12,7 +12,7 @@ pkgbase = android-x86-expat options = !buildflags options = staticlibs options = !emptydirs - source = https://github.com/libexpat/libexpat/archive/R_2_6_3.tar.gz - md5sums = 985086e206a01e652ca460eb069e4780 + source = https://github.com/libexpat/libexpat/archive/R_2_6_4.tar.gz + md5sums = f2f8d61e2bd71d1118e1258ed9f4c0b7 pkgname = android-x86-expat @@ -3,7 +3,7 @@ _android_arch=x86 pkgname=android-${_android_arch}-expat -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 arch=('any') pkgdesc="An XML parser library (Android ${_android_arch})" @@ -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=('985086e206a01e652ca460eb069e4780') +md5sums=('f2f8d61e2bd71d1118e1258ed9f4c0b7') build() { cd "${srcdir}/libexpat-R_${pkgver//./_}/expat" |