summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornarunlifescience2020-04-16 11:47:10 +0530
committernarunlifescience2020-04-16 11:47:10 +0530
commit098ceb5fa3f192bc49a95b0cd72b493512cf1af2 (patch)
treeb9f298e745bd7e30571a1aac3d4041ace75cdb3d /PKGBUILD
parentfafcf6801da3f43ab3ba1ff9a05332ceda1503b9 (diff)
downloadaur-098ceb5fa3f192bc49a95b0cd72b493512cf1af2.tar.gz
fix qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f29706647c31..cab7fbe0c1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
license=('GPL2')
# make dependancies
-makedepends=('boost' 'cmake')
-depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'qt5' 'qwtplot3d')
+makedepends=('boost' 'cmake' 'qt5-tools')
+depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils' 'qwtplot3d')
# source download from git repo & prepare
source=(git+https://github.com/narunlifescience/alphaplot.git)