File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE QtCreatorProject >
3
- <!-- Written by QtCreator 4.11.2, 2020-05-06T05:13:56 . -->
3
+ <!-- Written by QtCreator 4.11.2, 2020-05-06T19:50:49 . -->
4
4
<qtcreator >
5
5
<data >
6
6
<variable >EnvironmentId</variable >
Original file line number Diff line number Diff line change 35
35
#include < QMetaEnum>
36
36
#include < QtDebug>
37
37
38
- const int AlphaPlot::AlphaPlot_versionNo = 102020 ;
39
- const char * AlphaPlot::AlphaPlot_version = " 1.01A " ;
38
+ const int AlphaPlot::AlphaPlot_versionNo = 112020 ;
39
+ const char * AlphaPlot::AlphaPlot_version = " 1.011A " ;
40
40
const char * AlphaPlot::extra_version = " -alpha" ;
41
- const char * AlphaPlot::release_date = " April 15 , 2020" ;
41
+ const char * AlphaPlot::release_date = " May 07 , 2020" ;
42
42
const char * AlphaPlot::homepage_Uri =
43
43
" http://alphaplot.sourceforge.net/" ;
44
44
const char * AlphaPlot::manual_Uri =
Original file line number Diff line number Diff line change 1
1
# Maintainer: Arun Narayanankutty <n.arun.lifescience@gmail.com>
2
2
3
3
pkgname=alphaplot
4
- pkgver=1.01_alpha_git
4
+ pkgver=1.011_alpha_git
5
5
pkgrel=1
6
6
pkgdesc=" Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot"
7
7
url=' http://alphaplot.sourceforge.net/'
8
8
arch=(' i686' ' x86_64' )
9
9
license=(' GPL2' )
10
10
11
11
# make dependancies
12
- makedepends=(' boost' ' cmake' ' qt5-tools' )
13
- depends=(' gsl' ' glu' ' mesa' ' shared-mime-info' ' desktop-file-utils' ' qt5-datavis3d ' )
12
+ makedepends=(' boost' ' cmake' ' qt5-tools' ' qt5-datavis3d ' )
13
+ depends=(' gsl' ' glu' ' mesa' ' shared-mime-info' ' desktop-file-utils' )
14
14
15
15
# source download from git repo & prepare
16
16
source=(git+https://github.com/narunlifescience/alphaplot.git)
You can’t perform that action at this time.
0 commit comments