summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornarunlifescience2020-05-06 15:18:04 +0530
committernarunlifescience2020-05-06 15:18:04 +0530
commitd0dc3a73ec11792075de97c21d995500727cb203 (patch)
treedf833d5ae6dc7b3c82268c99d230f5e0b5ac4206
parent3475e38663ff22e4f33081c1c215897d8b203d06 (diff)
downloadaur-d0dc3a73ec11792075de97c21d995500727cb203.tar.gz
make dep fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8f8ff072d9..245d17b3819e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,12 +10,12 @@ pkgbase = alphaplot
makedepends = boost
makedepends = cmake
makedepends = qt5-tools
+ makedepends = qt5-datavis3d
depends = gsl
depends = glu
depends = mesa
depends = shared-mime-info
depends = desktop-file-utils
- depends = qt5-datavis3d
source = git+https://github.com/narunlifescience/alphaplot.git
sha256sums = SKIP
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)