xz: update to 5.0.4.
This commit is contained in:
parent
b7070cc9c2
commit
394e2608c7
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.0.3
|
version=5.0.4
|
||||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
subpackages="liblzma liblzma-devel"
|
||||||
short_desc="XZ utilities"
|
short_desc="XZ utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5a11b9e17bfcda62319c5a8c4a2062dc81607a316d3f6adff89422d81ec1eae9
|
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
|
||||||
|
homepage="http://tukani.org/xz"
|
||||||
|
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
|
checksum=5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92
|
||||||
long_desc="
|
long_desc="
|
||||||
LZMA is a general purporse compression algorithm designed by Igor
|
LZMA is a general purporse compression algorithm designed by Igor
|
||||||
Pavlov as part of 7-Zip. It provides high compression ratio while
|
Pavlov as part of 7-Zip. It provides high compression ratio while
|
||||||
|
@ -23,5 +26,3 @@ long_desc="
|
||||||
provides advanced options to finetune the compression settings.
|
provides advanced options to finetune the compression settings.
|
||||||
* A few shell scripts make diffing and grepping LZMA compressed
|
* A few shell scripts make diffing and grepping LZMA compressed
|
||||||
files easy. The scripts were adapted from gzip and bzip2."
|
files easy. The scripts were adapted from gzip and bzip2."
|
||||||
|
|
||||||
subpackages="liblzma liblzma-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue