base-chroot: depend on xz too.
This commit is contained in:
parent
5c72f24925
commit
9e868e5c8c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot'
|
||||
pkgname=base-chroot
|
||||
version=0.36
|
||||
version=0.37
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=meta
|
||||
|
@ -18,7 +18,7 @@ makedepends="
|
|||
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
||||
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-file
|
||||
chroot-tar chroot-m4 chroot-fakeroot chroot-distcc chroot-git
|
||||
zlib-devel bzip2-devel ccache xbps-src>=20130317_4 xbps"
|
||||
zlib-devel bzip2-devel ccache xbps-src>=20130317_4 xbps xz"
|
||||
|
||||
base-chroot_package() {
|
||||
noarch="yes"
|
||||
|
|
Loading…
Reference in a new issue