summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornarunlifescience2020-05-10 19:49:48 +0530
committernarunlifescience2020-05-10 19:49:48 +0530
commit69f095804eb43c28330f566369bb6dcd2ebbc52c (patch)
tree46942afe4cc60410ab93c4a6c8e389ff3018745a /PKGBUILD
parent0727f4c35484eb960eea8b8289f13b67e03dccea (diff)
downloadaur-69f095804eb43c28330f566369bb6dcd2ebbc52c.tar.gz
move qdatavis3d from make-dependancies to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82dd6e6be992..67f0463a395b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
license=('GPL2')
# make dependancies
-makedepends=('boost' 'cmake' 'qt5-tools' 'qt5-datavis3d')
-depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils')
+makedepends=('boost' 'cmake' 'qt5-tools')
+depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qt5-datavis3d')
# source download from git repo & prepare
source=(https://sourceforge.net/projects/alphaplot/files/1.011/AlphaPlot%20Release%202020-2.zip)