diff --git a/srcpkgs/base-chroot-musl/template b/srcpkgs/base-chroot-musl/template index e4c4f5fe649..f8613c0a01f 100644 --- a/srcpkgs/base-chroot-musl/template +++ b/srcpkgs/base-chroot-musl/template @@ -1,6 +1,6 @@ # Template file for 'base-chroot-musl' pkgname=base-chroot-musl -version=0.9 +version=0.10 revision=1 bootstrap=yes build_style=meta @@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}" only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl" depends=" - xbps-triggers base-files>=0.92 kernel-libc-headers musl chroot-gcc - binutils chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils - chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils - chroot-make chroot-gzip chroot-file chroot-tar m4 chroot-util-linux - chroot-distcc chroot-git>=2.0 ccache xbps xz which iana-etc" + base-files>=0.92 kernel-libc-headers>=3.17 musl gcc>=4.9.1_8 + gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils + chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils + make gzip file tar chroot-util-linux chroot-distcc + chroot-git>=2.0 ccache xbps>=0.41 xz which" diff --git a/srcpkgs/base-chroot/template b/srcpkgs/base-chroot/template index db787903724..a3a302aba02 100644 --- a/srcpkgs/base-chroot/template +++ b/srcpkgs/base-chroot/template @@ -1,6 +1,6 @@ # Template file for 'base-chroot' pkgname=base-chroot -version=0.58 +version=0.59 revision=1 noarch=yes bootstrap=yes @@ -11,8 +11,9 @@ maintainer="Juan RP " license="Public domain" depends=" - base-files>=0.92 glibc-devel glibc-locales binutils gcc>=4.9.1_8 gcc-c++>=4.9.1_8 - patch chroot-bash chroot-grep chroot-coreutils diffutils - chroot-gettext chroot-texinfo sed chroot-gawk findutils + base-files>=0.92 kernel-libc-headers>=3.17 + glibc-devel glibc-locales binutils gcc>=4.9.1_8 + gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils + chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar chroot-util-linux chroot-distcc - chroot-git>=2.0 m4 ccache xbps>=0.41 xz which iana-etc" + chroot-git>=2.0 ccache xbps>=0.41 xz which"