Date: Sunday, October 6, 2019 @ 09:48:32 Author: anthraxx Revision: 363906
remove group base on the base package >.> Modified: base/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-06 09:45:14 UTC (rev 363905) +++ PKGBUILD 2019-10-06 09:48:32 UTC (rev 363906) @@ -9,7 +9,6 @@ url='https://www.archlinux.org' arch=('any') license=('GPL') -groups=('base') depends=( # very very base 'filesystem' 'gcc-libs' 'glibc' 'bash' @@ -18,8 +17,7 @@ 'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar' # standard linux toolset - 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' - 'xz' + 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz' # distro defined requirements 'licenses' 'pacman' 'systemd'
