summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-01-09 21:54:59 +0100
committerMichel Zou2019-01-09 21:54:59 +0100
commit06a428b8773a72af0ab100eb954af71a6fe64c5b (patch)
treef0d88fdc10b0d4ee52849e5d7d5639e949054b8c
parent56ab20735ee08f9ea370f1764f9aaeb83092caeb (diff)
downloadaur-06a428b8773a72af0ab100eb954af71a6fe64c5b.tar.gz
3.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efc7a300139..756114334c11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.15.0
+ pkgver = 3.19.0
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -25,8 +25,10 @@ pkgbase = python-orange
depends = python-pip
depends = python-serverfiles
depends = python-louvain
- source = https://github.com/biolab/orange3/archive/3.15.0.tar.gz
- sha256sums = e3fd38bc393aba34f3154e9c3bdf5b95064ad159616706a9e064dd17256e2b32
+ depends = python-xlsxwriter
+ depends = python-fasttsne
+ source = https://github.com/biolab/orange3/archive/3.19.0.tar.gz
+ sha256sums = 9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index c7819f16dc2f..6b10a4fd65e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-orange
-pkgver=3.15.0
+pkgver=3.19.0
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-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'python-dill' 'python-pip' 'python-serverfiles' 'python-louvain')
+depends=('python-beautifulsoup4' 'python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-recommonmark' 'python-sqlparse' 'python-psycopg2' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'python-dill' 'python-pip' 'python-serverfiles' 'python-louvain' 'python-xlsxwriter' 'python-fasttsne')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('e3fd38bc393aba34f3154e9c3bdf5b95064ad159616706a9e064dd17256e2b32')
+sha256sums=('9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042')
build() {
cd "${srcdir}/orange3-$pkgver"