summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 11:14:17 -0300
committerGonzalo Exequiel Pedone2022-12-08 11:14:17 -0300
commitd1f4e1c45e3d65d11fa086ba85a1e27754ffd9b4 (patch)
tree3fa0938552ee172c07ef05eeb639054d11830ad2
parent0b0fddc0d30213e9d42f52e7c1cae09a4728a517 (diff)
downloadaur-d1f4e1c45e3d65d11fa086ba85a1e27754ffd9b4.tar.gz
Package updated to 5.2.9.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71fed274908e..f578b16f9354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-armv7a-eabi-xz
pkgdesc = Library and command line tools for XZ and LZMA compressed files (android)
- pkgver = 5.2.5
+ pkgver = 5.2.9
pkgrel = 1
url = https://tukaani.org/xz
arch = any
@@ -13,8 +13,7 @@ pkgbase = android-armv7a-eabi-xz
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://tukaani.org/xz/xz-5.2.5.tar.gz
- sha256sums = f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10
+ source = https://tukaani.org/xz/xz-5.2.9.tar.gz
+ md5sums = ea3cbfe0623fc78a9dce8f230b30c7f0
pkgname = android-armv7a-eabi-xz
-
diff --git a/PKGBUILD b/PKGBUILD
index 3770fcf1802d..6719b79c022a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-xz
-pkgver=5.2.5
+pkgver=5.2.9
pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files (android)"
arch=('any')
@@ -12,8 +12,8 @@ license=('custom' 'GPL' 'LGPL')
depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure')
-source=("${url}/xz-${pkgver}.tar.gz")
-sha256sums=('f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10')
+source=("https://tukaani.org/xz/xz-${pkgver}.tar.gz")
+md5sums=('ea3cbfe0623fc78a9dce8f230b30c7f0')
prepare() {
source android-env ${_android_arch}