From 19af77d2607f5bfd2ab552e642952aca032e9356 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 25 Feb 2021 20:57:16 +0000 Subject: [PATCH] mkinitcpio: update to 30. --- srcpkgs/mkinitcpio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template index 67b3cff04f1..b0e368f15d0 100644 --- a/srcpkgs/mkinitcpio/template +++ b/srcpkgs/mkinitcpio/template @@ -1,16 +1,16 @@ # Template file for 'mkinitcpio' pkgname=mkinitcpio -version=29 +version=30 revision=1 build_style=gnu-makefile hostmakedepends="asciidoc" -depends="busybox-static bsdtar bash" +depends="busybox-static bsdtar bash zstd" short_desc="Next generation of initramfs creation" maintainer="Andrea Brancaleoni " license="GPL-2.0-only" homepage="https://wiki.archlinux.org/index.php/Mkinitcpio" distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=0239ba7ae91d652472819457a5dd812c574ba37c3c3d9161e7742a63b85076c2 +checksum=c7725035a06d2ab6ef6e97601b69859d6061aec95c4551e2a1ad2e27d307258f conf_files="/etc/mkinitcpio.conf"