summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97805ea14b67..b4f6e088587b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = alphaplot
depends = gsl
depends = glu
depends = mesa
- depends = muparser
depends = shared-mime-info
depends = qt4
depends = qwt5
diff --git a/PKGBUILD b/PKGBUILD
index 61d763712783..9e78ac86bbc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ license=('GPL2')
# make dependancies
makedepends=('boost' 'cmake')
-depends=('gsl' 'glu' 'mesa' 'muparser' 'shared-mime-info' 'qt4'
- 'qwt5' 'qwtplot3d')
+depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'qt4' 'qwt5' 'qwtplot3d')
# source download from git repo & prepare
source=(git+https://github.com/narunlifescience/alphaplot.git)