From 55b6fe9f0b5e2f081efeb011d2f2f267954875e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 23 Jan 2022 22:10:54 -0500 Subject: [PATCH] mkinitcpio: update to 31. --- srcpkgs/mkinitcpio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template index ee5ff2025d5..ddd733d5e56 100644 --- a/srcpkgs/mkinitcpio/template +++ b/srcpkgs/mkinitcpio/template @@ -1,7 +1,7 @@ # Template file for 'mkinitcpio' pkgname=mkinitcpio -version=30 -revision=2 +version=31 +revision=1 build_style=gnu-makefile hostmakedepends="asciidoc" depends="busybox-static bsdtar bash" @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="GPL-2.0-only" homepage="https://git.archlinux.org/mkinitcpio.git" distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=c7725035a06d2ab6ef6e97601b69859d6061aec95c4551e2a1ad2e27d307258f +checksum=8f2811250b852ab78375bf90e1a7430daa132e57e128b0f6eaadddd9b27bbc63 conf_files="/etc/mkinitcpio.conf" replaces="mkinitcpio-udev>=0"