core/mkinitcpio to 31-2

This commit is contained in:
Kevin Mihelich 2021-12-03 15:01:01 +00:00
parent f304b03eb3
commit 8d09d24170
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
pkgname=mkinitcpio
pkgver=31
pkgrel=1
pkgrel=2
pkgdesc="Modular initramfs image creation utility"
arch=('any')
url='https://github.com/archlinux/mkinitcpio'
license=('GPL')
depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils'
'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 'systemd')
'bash' 'binutils' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 'systemd')
makedepends=('asciidoc')
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'