summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornarunlifescience2016-06-11 14:09:54 -0500
committernarunlifescience2016-06-11 14:09:54 -0500
commite8f89c70ad0da208b89a8c2c4189bc3cc095a633 (patch)
tree1b76d320efc1f2e945bbfc7aa2e31ba346623aab /PKGBUILD
parentb0e067d0a0b22d5b9fd98e8493512b01e6b54d36 (diff)
downloadaur-e8f89c70ad0da208b89a8c2c4189bc3cc095a633.tar.gz
muparser is no more a dipendancy (it is included in 3rdparty so will be built statically)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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)