From c5b8edfc39abf2a1eb6900a8fd4c9363e8326405 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 26 Oct 2020 13:38:03 +0100 Subject: [PATCH] bootiso: depend on bc https://github.com/jsamr/bootiso/blob/ee15854b2e39a54fd2c34f767116bfcd05fb3cd2/bootiso#L186-L189 Closes: #25555 --- srcpkgs/bootiso/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template index 68973b94c1a..a30de34b99e 100644 --- a/srcpkgs/bootiso/template +++ b/srcpkgs/bootiso/template @@ -1,10 +1,10 @@ # Template file for 'bootiso' pkgname=bootiso version=4.2.0 -revision=1 +revision=2 build_style=gnu-makefile make_install_args="prefix=/usr" -depends="bash binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils +depends="bash bc binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools file findutils gawk grep ncurses ntfs-3g rsync syslinux tar util-linux wimlib jq" short_desc="Create a USB bootable device from an ISO image easily and securely"