summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-04-04 19:25:48 +0200
committerMichel Zou2016-04-04 19:25:48 +0200
commitf1a5904d662fe2b30b33a72bf12b3995ea7756b6 (patch)
tree12b76215fca16d32a4e3a768dd2ce17e507b6f25 /PKGBUILD
parent2c271104d8d428e1cd0d934eb82001b89303f4ae (diff)
downloadaur-f1a5904d662fe2b30b33a72bf12b3995ea7756b6.tar.gz
3.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2a9aeae0816..1f9408219897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"