On Tue, Sep 6, 2011 at 9:07 PM, Gerardo Exequiel Pozzi <[email protected]> wrote: > Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> > --- > PKGBUILD | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/PKGBUILD b/PKGBUILD > index 2cb6a6d..3352378 100644 > --- a/PKGBUILD > +++ b/PKGBUILD > @@ -7,6 +7,7 @@ pkgdesc="Modular initramfs image creation utility" > arch=(any) > url="http://www.archlinux.org/" > license=('GPL') > +groups=('base') > conflicts=('mkinitcpio') > provides=("mkinitcpio=$pkgver") > depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' > 'util-linux>=2.19' 'libarchive' 'coreutils' > -- > 1.7.6.1 > >
mkinitcpio is a depends for linux which is in base. We don't put dependencies of base packages in base group unless they really belong in base.
