core/mkinitcpio: fix

This commit is contained in:
Kevin Mihelich 2024-12-19 04:12:21 +00:00
parent dc16d9ef32
commit 924074837a

View file

@ -17,7 +17,7 @@ license=('GPL-2.0-only')
depends=('awk' 'mkinitcpio-busybox' 'kmod' 'util-linux' 'libarchive' 'coreutils'
'bash' 'binutils' 'diffutils' 'findutils' 'grep' 'gzip' 'filesystem' 'zstd' 'systemd')
checkdepends=('bats' 'bats-assert' 'lzop')
#makedepends=('asciidoctor') # only when build from git source
makedepends=('asciidoctor') # only when build from git source
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'