xz: update to 5.0.6.
This commit is contained in:
parent
a3661a218c
commit
4a827c8460
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xz'
|
||||
pkgname=xz
|
||||
version=5.0.5
|
||||
revision=6
|
||||
version=5.0.6
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
replaces="chroot-xz>=0"
|
||||
build_style=gnu-configure
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
|
||||
homepage="http://tukaani.org/xz"
|
||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||
checksum=166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
||||
checksum=2f444375cd1d66c04247127e9b5101ce8fb2a8726449f211f05c84c143289408
|
||||
|
||||
liblzma_package() {
|
||||
short_desc="XZ-format compression library"
|
||||
|
@ -19,7 +19,6 @@ liblzma_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
liblzma-devel_package() {
|
||||
depends="liblzma>=${version}_${revision}"
|
||||
short_desc="XZ-format compression library - development files"
|
||||
|
|
Loading…
Reference in a new issue