summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Rizzitello2020-12-11 22:41:21 -0500
committerChris Rizzitello2020-12-11 22:41:21 -0500
commitf7377ce277911e38288d6ef2ad5904722ebf6488 (patch)
tree10c89bc6199208553c966817b55e3af32b1e3cca /PKGBUILD
parenta7626c0837a4b88c9cf3e46de5836a61da0d9d52 (diff)
downloadaur-f7377ce277911e38288d6ef2ad5904722ebf6488.tar.gz
add qt5-tools to make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bba22ddd5060..e16cbd8c3d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="KDE 3D Printing libary"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://invent.kde.org/libraries/atcore"
license=('LGPL2')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'doxygen')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'doxygen' 'qt5-tools')
depends=('qt5-base' 'qt5-serialport' 'qt5-charts' ) #Qt5)
source=('git+https://invent.kde.org/libraries/atcore.git')
md5sums=(SKIP)