core/mkinitcpio to 31-2

This commit is contained in:
Kevin Mihelich 2021-12-03 15:01:01 +00:00
parent f304b03eb3
commit 8d09d24170

View file

@ -8,13 +8,13 @@
pkgname=mkinitcpio pkgname=mkinitcpio
pkgver=31 pkgver=31
pkgrel=1 pkgrel=2
pkgdesc="Modular initramfs image creation utility" pkgdesc="Modular initramfs image creation utility"
arch=('any') arch=('any')
url='https://github.com/archlinux/mkinitcpio' url='https://github.com/archlinux/mkinitcpio'
license=('GPL') license=('GPL')
depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils' 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') makedepends=('asciidoc')
optdepends=('xz: Use lzma or xz compression for the initramfs image' optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image' 'bzip2: Use bzip2 compression for the initramfs image'