mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
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'
|
# Template file for 'base-chroot'
|
||||||
pkgname=base-chroot
|
pkgname=base-chroot
|
||||||
version=0.36
|
version=0.37
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -18,7 +18,7 @@ makedepends="
|
||||||
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
|
||||||
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-file
|
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-file
|
||||||
chroot-tar chroot-m4 chroot-fakeroot chroot-distcc chroot-git
|
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() {
|
base-chroot_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue