summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornarunlifescience2020-05-06 15:18:04 +0530
committernarunlifescience2020-05-06 15:18:04 +0530
commitd0dc3a73ec11792075de97c21d995500727cb203 (patch)
treedf833d5ae6dc7b3c82268c99d230f5e0b5ac4206 /PKGBUILD
parent3475e38663ff22e4f33081c1c215897d8b203d06 (diff)
downloadaur-d0dc3a73ec11792075de97c21d995500727cb203.tar.gz
make dep fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e0fd0d14ab0..d75c26e1aaa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
license=('GPL2')
# make dependancies
-makedepends=('boost' 'cmake' 'qt5-tools')
-depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qt5-datavis3d')
+makedepends=('boost' 'cmake' 'qt5-tools' 'qt5-datavis3d')
+depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils')
# source download from git repo & prepare
source=(git+https://github.com/narunlifescience/alphaplot.git)