xz: update to 5.6.0.

This commit is contained in:
icp 2024-02-27 16:12:17 +05:30 committed by Andrew J. Hesford
parent e89f82ad0b
commit ba6c7f1ffc

View file

@ -1,17 +1,21 @@
# Template file for 'xz'
pkgname=xz
version=5.4.6
version=5.6.0
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--disable-doc"
short_desc="XZ compression utilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
homepage="https://xz.tukaani.org"
changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz"
checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" --disable-sandbox"
fi
liblzma_package() {
short_desc="XZ-format compression library"
@ -30,3 +34,8 @@ liblzma-devel_package() {
vmove usr/lib/pkgconfig
}
}
post_install() {
vlicense COPYING
vlicense COPYING.0BSD
}