summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-03-02 10:05:20 +0100
committerMichel Zou2019-03-02 10:05:20 +0100
commit3365f406b7aea63a381f99d92825bacd50c83b09 (patch)
treed022ace9722bb3b37225d5865de4a59e7b57f0e2
parent06a428b8773a72af0ab100eb954af71a6fe64c5b (diff)
downloadaur-3365f406b7aea63a381f99d92825bacd50c83b09.tar.gz
3.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 756114334c11..254b0138756a 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.19.0
+ pkgver = 3.20.0
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -27,8 +27,8 @@ pkgbase = python-orange
depends = python-louvain
depends = python-xlsxwriter
depends = python-fasttsne
- source = https://github.com/biolab/orange3/archive/3.19.0.tar.gz
- sha256sums = 9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042
+ source = https://github.com/biolab/orange3/archive/3.20.0.tar.gz
+ sha256sums = 2fb6f130d745dbb553d85b40686458b56e1c89044caaaa30f7fdaec967151e1a
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 6b10a4fd65e4..e63bbe15bdef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.19.0
+pkgver=3.20.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')
@@ -8,7 +8,7 @@ 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' 'python-xlsxwriter' 'python-fasttsne')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042')
+sha256sums=('2fb6f130d745dbb553d85b40686458b56e1c89044caaaa30f7fdaec967151e1a')
build() {
cd "${srcdir}/orange3-$pkgver"