From a32723841e154f17ba9069d6356928c9fb0c6978 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 15 Oct 2021 23:20:31 +0200 Subject: [PATCH] Update dependencies for qtforkawesome-git --- qtforkawesome/git/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qtforkawesome/git/PKGBUILD b/qtforkawesome/git/PKGBUILD index 7588ef38..4bfe2217 100644 --- a/qtforkawesome/git/PKGBUILD +++ b/qtforkawesome/git/PKGBUILD @@ -14,8 +14,11 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Library that bundles ForkAwesome for use within Qt applications' license=('GPL') depends=('qt5-base' 'mesa') -optdepends=("$_name-doc: API documentation") -makedepends=('cmake' 'git' 'ninja' 'perl-yaml-libyaml' 'qtutilities-git') +optdepends=( + 'qt5-declarative: Qt Quick integration' + "$_name-doc: API documentation" +) +makedepends=('cmake' 'git' 'ninja' 'perl-yaml-libyaml' 'qtutilities-git' 'qt5-declarative') #provides=("${_name}") #conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}"