xz: update to 5.1.2alpha (sigh, required by gnome-disk-utility-3.9).
This commit is contained in:
parent
e0abd4f20b
commit
5bc44ef1ea
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'xz'
|
||||
pkgname=xz
|
||||
version=5.0.5
|
||||
version=5.1.2alpha
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="The XZ utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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=166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.gz"
|
||||
checksum=70e792d2a67cfbb8f2dffd0feab6ca6e5a4a618d65070fb44a367629d1ba94e5
|
||||
|
||||
liblzma_package() {
|
||||
short_desc="XZ-format compression library"
|
||||
|
@ -33,6 +33,6 @@ liblzma-devel_package() {
|
|||
xz_package() {
|
||||
conflicts="chroot-xz>=0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue