summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalTeam2020-07-20 19:49:26 +0100
committerTheCynicalTeam2020-07-20 19:49:26 +0100
commit3d577f2cf80a8c043e6bcd2edf9ddf220bbdf2a2 (patch)
tree39be5e6f9d45d805b768b215311b94201ccd39e1
parentaa336baefda68a65240dc352a3fee07bd64b6879 (diff)
downloadaur-3d577f2cf80a8c043e6bcd2edf9ddf220bbdf2a2.tar.gz
Updated makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61bd3181f631..7c52ea0622b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = qt5-color-widgets
arch = x86_64
license = LGPL3
makedepends = git
+ makedepends = cmake
depends = qt5-base
optdepends = qt5-tools: for QtDesigner integration
optdepends = qtcreator: for QtCreator integration
diff --git a/PKGBUILD b/PKGBUILD
index 8f3b85d32775..83a70eceab84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('LGPL3')
depends=('qt5-base')
optdepends=('qt5-tools: for QtDesigner integration'
'qtcreator: for QtCreator integration')
-makedepends=('git')
+makedepends=('git' 'cmake')
provides=('qt-color-widgets-common')
conflicts=('qt-color-widgets-common')
replaces=('qt5-color-picker')