From 630f134b249e0b8324c0ef4a829f87e15c99cef4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Nov 2014 18:36:59 +0100 Subject: [PATCH] libqtxdg: needs qt5-tools-devel instead. --- srcpkgs/libqtxdg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libqtxdg/template b/srcpkgs/libqtxdg/template index 9050e0d1be..d1dd747517 100644 --- a/srcpkgs/libqtxdg/template +++ b/srcpkgs/libqtxdg/template @@ -5,7 +5,7 @@ revision=1 build_style=cmake configure_args="-DUSE_QT5=1 -DCMAKE_INSTALL_LIBDIR=lib" hostmakedepends="cmake pkg-config" -makedepends="qt5-devel qt5-tools" +makedepends="qt5-tools-devel" short_desc="Qt implementation of freedesktop.org xdg specifications" maintainer="Juan RP " license="GPL-3"