xz: update to 5.4.2.
This commit is contained in:
parent
989d1a91d4
commit
42da6c27d0
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'xz'
|
||||
pkgname=xz
|
||||
version=5.4.1
|
||||
version=5.4.2
|
||||
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"
|
||||
homepage="https://tukaani.org/xz"
|
||||
changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
|
||||
distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||
checksum=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/share/doc
|
||||
}
|
||||
checksum=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
|
||||
|
||||
liblzma_package() {
|
||||
short_desc="XZ-format compression library"
|
||||
|
@ -22,6 +19,7 @@ liblzma_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
liblzma-devel_package() {
|
||||
depends="liblzma>=${version}_${revision}"
|
||||
short_desc="XZ-format compression library - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue