From 5a42748d8c1d41ed2d712116f235b0d8c4e31f21 Mon Sep 17 00:00:00 2001 From: Frantisek Fladung Date: Sat, 10 Nov 2018 11:55:15 +0100 Subject: [PATCH] novaboot: add missing dependency perl-IO-Stty --- srcpkgs/novaboot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/novaboot/template b/srcpkgs/novaboot/template index c94148e036e..85cece8d0eb 100644 --- a/srcpkgs/novaboot/template +++ b/srcpkgs/novaboot/template @@ -1,12 +1,12 @@ # Template file for 'novaboot' pkgname=novaboot version=20180323 -revision=1 +revision=2 noarch=yes -build_style="gnu-makefile" +build_style=gnu-makefile hostmakedepends="perl" makedepends="perl" -depends="perl perl-Expect" +depends="perl perl-Expect perl-IO-Stty" short_desc="Tool that automates booting of operating systems on hardware or in qemu" maintainer="adam " license="GPL-2.0-only"