From 788f31218844bdf099beb06f95994075bf15435b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 14 May 2016 11:30:03 +0200 Subject: [PATCH] mkinitcpio: update bsdcpio missing dependency --- srcpkgs/mkinitcpio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template index a715383b056..c3d323b6e4b 100644 --- a/srcpkgs/mkinitcpio/template +++ b/srcpkgs/mkinitcpio/template @@ -1,10 +1,10 @@ # Template file for 'mkinitcpio' pkgname=mkinitcpio version=19 -revision=1 +revision=2 noarch=yes build_style=gnu-makefile -depends="busybox-static bsdcpio bash" +depends="busybox-static bsdtar bash" short_desc="Next generation of initramfs creation" maintainer="Andrea Brancaleoni " license="GPL-2"