From 751d94a8862b2860e1a4df1bd2f73c518caaef99 Mon Sep 17 00:00:00 2001 From: Kenneth Raplee Date: Sat, 6 May 2023 20:18:53 -0700 Subject: [PATCH] mkinitcpio: add missing runtime dependency Because this error shows up when generating a new initramfs: /usr/lib/initcpio/functions: line 1030: zstd: command not found --- srcpkgs/mkinitcpio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template index 80b06163ade0..d7d5698807b3 100644 --- a/srcpkgs/mkinitcpio/template +++ b/srcpkgs/mkinitcpio/template @@ -1,10 +1,10 @@ # Template file for 'mkinitcpio' pkgname=mkinitcpio version=35.2 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="asciidoc" -depends="busybox-static bsdtar bash" +depends="busybox-static bsdtar bash zstd" checkdepends="busybox-static bats-assert lz4 xz zstd" short_desc="Next generation of initramfs creation" maintainer="Andrea Brancaleoni "