diff options
author | Michel Zou | 2016-04-04 19:25:48 +0200 |
---|---|---|
committer | Michel Zou | 2016-04-04 19:25:48 +0200 |
commit | f1a5904d662fe2b30b33a72bf12b3995ea7756b6 (patch) | |
tree | 12b76215fca16d32a4e3a768dd2ce17e507b6f25 /PKGBUILD | |
parent | 2c271104d8d428e1cd0d934eb82001b89303f4ae (diff) | |
download | aur-f1a5904d662fe2b30b33a72bf12b3995ea7756b6.tar.gz |
3.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ pkgname=python-orange -pkgver=3.2 +pkgver=3.3.1 pkgrel=1 pkgdesc="Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting." arch=('i686' 'x86_64') url="http://orange.biolab.si/" license=('GPL3') makedepends=('python-setuptools') -depends=('python-beautifulsoup4' 'python-chardet' 'python-docutils' 'python-jinja' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-pyqt4' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-bottlechest') -optdepends=('python-pyqt4: GUI support') +depends=('python-beautifulsoup4' 'python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-bottlechest' 'python-joblib') source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz") -sha1sums=('d886f86dc0c982859b9bb5eda47011c06b314f80') +sha1sums=('aa190e03f1c75ea056f789267ed71cfa9de90565') + build() { cd "${srcdir}/orange3-$pkgver" |