summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2023-06-23 20:43:03 -0300
committerGonzalo Exequiel Pedone2023-06-23 20:43:03 -0300
commit021437fa5301dc7a34613700238c495a8a9bdb0f (patch)
tree6cb6413eb632b3b3e37f3e8cefdd40b376819d2e
parent51117076fe89f73da069f399eae4b6c5abf764f5 (diff)
downloadaur-021437fa5301dc7a34613700238c495a8a9bdb0f.tar.gz
Package updated to 5.4.3.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac274aa51b54..09fc0148947b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (android)
- pkgver = 5.2.9
+ pkgver = 5.4.3
pkgrel = 1
url = https://tukaani.org/xz
arch = any
@@ -8,12 +8,13 @@ pkgbase = android-aarch64-xz
license = GPL
license = LGPL
makedepends = android-configure
+ makedepends = android-sdk-build-tools
depends = android-ndk
options = !strip
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://tukaani.org/xz/xz-5.2.9.tar.gz
- md5sums = ea3cbfe0623fc78a9dce8f230b30c7f0
+ source = https://tukaani.org/xz/xz-5.4.3.tar.gz
+ md5sums = d48f46cd5792e331712c0ef300206df2
pkgname = android-aarch64-xz
diff --git a/PKGBUILD b/PKGBUILD
index edec61196e40..4189437bb354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-xz
-pkgver=5.2.9
+pkgver=5.4.3
pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files (android)"
arch=('any')
@@ -11,9 +11,9 @@ url="https://tukaani.org/xz"
license=('custom' 'GPL' 'LGPL')
depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
-makedepends=('android-configure')
+makedepends=('android-configure' 'android-sdk-build-tools')
source=("https://tukaani.org/xz/xz-${pkgver}.tar.gz")
-md5sums=('ea3cbfe0623fc78a9dce8f230b30c7f0')
+md5sums=('d48f46cd5792e331712c0ef300206df2')
prepare() {
source android-env ${_android_arch}