From 2c96245043b627587c492be5393d55923d7d4cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 18 May 2020 16:06:15 +0200 Subject: [PATCH] hddtemp: needs gettext in hostmakedepends --- srcpkgs/hddtemp/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hddtemp/template b/srcpkgs/hddtemp/template index 96a0b2fb99c..787193f86e7 100644 --- a/srcpkgs/hddtemp/template +++ b/srcpkgs/hddtemp/template @@ -5,6 +5,7 @@ revision=3 wrksrc="hddtemp-${version/.b/-b}" build_style=gnu-configure configure_args="--with-db-path=/usr/share/hddtemp/hddtemp.db" +hostmakedepends="gettext" short_desc="Hard drive temperature monitoring utility" maintainer="Georg S. " license="GPL-2.0-or-later"