summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Rizzitello2019-01-27 08:24:09 -0500
committerChris Rizzitello2019-01-27 08:24:09 -0500
commita102a8705dc15ac8ed2d2fe21a11a6319f82e97f (patch)
tree42677ca5a566c5560a3cc195b30bb4c5c857a6d7 /PKGBUILD
parentf875b7b1e884ec737e86fa607ba866844ff55316 (diff)
downloadaur-atcore.tar.gz
Fix make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d97e0d08686c..9f9c1d8ac3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="KDE 3D Printing libary"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://www.kde.org/"
license=('LGPL2')
-makeDepends=('git' 'cmake' 'extra-cmake-modules' 'doxygen')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'doxygen')
depends=('qt5-base' 'qt5-serialport' 'qt5-charts' ) #Qt5)
source=('https://download.kde.org/stable/atcore/1.0.0/atcore-1.0.0.tar.xz')
sha256sums=('ffd12455c9b8db853e455a437d6c6b601e0003c6732bbc6c2828032e004530e2')