From cf266f0aa92a72c0acf73dd4368f9db0f2376670 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Apr 2016 23:52:10 +0200 Subject: [PATCH] mingw-w64-qt5-tools: declarative is not make-only --- qt5-tools/mingw-w64/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt5-tools/mingw-w64/PKGBUILD b/qt5-tools/mingw-w64/PKGBUILD index 812c2989..1fc675d6 100755 --- a/qt5-tools/mingw-w64/PKGBUILD +++ b/qt5-tools/mingw-w64/PKGBUILD @@ -8,11 +8,11 @@ _qt_module=qttools pkgname="mingw-w64-qt5-tools" pkgver=5.6.0 -pkgrel=2 +pkgrel=3 arch=('any') pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)" -depends=('mingw-w64-qt5-base') -makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative') +depends=('mingw-w64-qt5-declarative') +makedepends=('mingw-w64-gcc') options=('!strip' '!buildflags' 'staticlibs') license=('GPL3' 'LGPL') url="https://www.qt.io/"