summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-03-07 07:16:17 +0100
committerMichel Zou2016-03-07 07:16:17 +0100
commit2c271104d8d428e1cd0d934eb82001b89303f4ae (patch)
tree66443feb571c64d29c4b7ff9f473d8c0a90ae977
parentf937e4d7b09eb4957fbd90237fefca3963a9fd71 (diff)
downloadaur-2c271104d8d428e1cd0d934eb82001b89303f4ae.tar.gz
3.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa13d3fe7a1..b3a84c59d810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,29 @@
+# Generated by mksrcinfo v8
+# Mon Mar 7 06:16:17 UTC 2016
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
arch = x86_64
license = GPL3
makedepends = python-setuptools
+ depends = python-beautifulsoup4
+ depends = python-chardet
+ depends = python-docutils
+ depends = python-jinja
+ depends = python-xlrd
depends = python-matplotlib
depends = python-scikit-learn
depends = python-pyqt4
+ depends = python-recommonmark
depends = python-sqlparse
depends = python-psycopg2
depends = python-bottlechest
optdepends = python-pyqt4: GUI support
- source = https://github.com/biolab/orange3/archive/3.1.tar.gz
- md5sums = bb6011d0db23f3ba2720431342614a65
+ source = https://github.com/biolab/orange3/archive/3.2.tar.gz
+ sha1sums = d886f86dc0c982859b9bb5eda47011c06b314f80
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index b78be7eaa6fe..a2a9aeae0816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=python-orange
-pkgver=3.1
+pkgver=3.2
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-matplotlib' 'python-scikit-learn' 'python-pyqt4' 'python-sqlparse' 'python-psycopg2' 'python-bottlechest')
+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')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-md5sums=('bb6011d0db23f3ba2720431342614a65')
+sha1sums=('d886f86dc0c982859b9bb5eda47011c06b314f80')
build() {
cd "${srcdir}/orange3-$pkgver"