groups do not work in depends array, thus use meta-group for 'base-devel'

This commit is contained in:
Daniel Langbein 2021-04-23 11:17:12 +02:00
parent 98d00abec1
commit 3cb97d8a72

View File

@ -10,7 +10,7 @@ url="https://git.privacy1st.de/langfingaz/${_reponame}"
license=('MIT') license=('MIT')
groups=() groups=()
depends=('base' 'base-devel' 'linux-firmware' 'man-db' 'man-pages' 'nano' 'usbutils') depends=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'nano' 'usbutils')
# metapackage for 'linux' and 'linux-headers' # metapackage for 'linux' and 'linux-headers'
depends+=('de-p1st-kernel') depends+=('de-p1st-kernel')
# pacman config # pacman config