From 6b7427861b923560c10184ba92df2e7cc13ac258 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Sun, 6 Oct 2019 23:09:10 -0300 Subject: Add initramfs to provides=() in the PKGBUILD --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 5a8c323..3536a48 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ url="https://git.archlinux.org/mkinitcpio.git/" license=('GPL') groups=('base') conflicts=('mkinitcpio') -provides=("mkinitcpio=$pkgver") +provides=("mkinitcpio=$pkgver" "initramfs") depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils' 'awk' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'systemd' 'gzip') makedepends=('asciidoc' 'git' 'sed') -- cgit v1.2.3-24-g4f1b