From 8d3847b6c1f7ffb2b83807be7d6b2df10630a54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 18 Jan 2020 16:54:55 +0100 Subject: [PATCH] qbittorrent: needs tar and xz in hostmakedepends --- srcpkgs/qbittorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 9483c5b3bc..c6ed94d801 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -4,7 +4,7 @@ version=4.2.1 revision=1 create_wrksrc=yes build_style=qmake -hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools" +hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-qmake qt5-tools tar xz" makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel" depends="qt5-svg" short_desc="Free software alternative to µtorrent"