summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdaeb00a1b0d..97805ea14b67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,11 @@ pkgbase = alphaplot
pkgdesc = Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot
pkgver = 0.01_alpha_prerelease_git
pkgrel = 1
+ url = http://alphaplot.sourceforge.net/
install = alphaplot.install
arch = i686
arch = x86_64
- license = GPL-2
+ license = GPL2
makedepends = boost
makedepends = cmake
depends = gsl
@@ -13,6 +14,7 @@ pkgbase = alphaplot
depends = mesa
depends = muparser
depends = shared-mime-info
+ depends = qt4
depends = qwt5
depends = qwtplot3d
source = git+https://github.com/narunlifescience/alphaplot.git
diff --git a/PKGBUILD b/PKGBUILD
index 916b02ac3b34..61d763712783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Contributor: Arun Narayanankutty <n.arun.lifescience@gmail.com>
+# Maintainer: Arun Narayanankutty <n.arun.lifescience@gmail.com>
pkgname=alphaplot
pkgver=0.01_alpha_prerelease_git
pkgrel=1
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot"
+url='http://alphaplot.sourceforge.net/'
arch=('i686' 'x86_64')
-license=('GPL-2')
+license=('GPL2')
# make dependancies
makedepends=('boost' 'cmake')
-depends=('gsl' 'glu' 'mesa' 'muparser' 'shared-mime-info'
+depends=('gsl' 'glu' 'mesa' 'muparser' 'shared-mime-info' 'qt4'
'qwt5' 'qwtplot3d')
# source download from git repo & prepare