base-chroot{,-musl}: require latest base-files pkg.
This commit is contained in:
parent
729e581bb6
commit
78539d764f
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot-musl'
|
||||
pkgname=base-chroot-musl
|
||||
version=0.16
|
||||
version=0.17
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=meta
|
||||
|
@ -14,7 +14,7 @@ provides="base-chroot-${version}_${revision}"
|
|||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
|
||||
|
||||
depends="
|
||||
base-files kernel-libc-headers musl musl-legacy-compat
|
||||
base-files>=0.127 kernel-libc-headers musl musl-legacy-compat
|
||||
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
||||
gettext chroot-texinfo sed chroot-gawk diffutils
|
||||
make gzip file tar chroot-util-linux chroot-distcc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot'
|
||||
pkgname=base-chroot
|
||||
version=0.62
|
||||
version=0.64
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Public domain"
|
||||
|
||||
depends="
|
||||
base-files kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
||||
base-files>=0.127 kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
||||
gcc-c++ patch chroot-bash chroot-grep coreutils gettext
|
||||
chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
|
||||
chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
|
||||
|
|
Loading…
Reference in a new issue