summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-17 08:49:06 +0100
committerMichel Zou2018-03-17 08:49:06 +0100
commit40ef528976d860055a65483981e21b7d6db9f78a (patch)
tree9acc252a25f73d2c74e85591db89660c75e29c69
parent3ba96bb63cd75cc89f007aab530944a772dff201 (diff)
downloadaur-40ef528976d860055a65483981e21b7d6db9f78a.tar.gz
3.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cfa3104fc85..e7cf18a39666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 4 18:13:47 UTC 2018
+# Sat Mar 17 07:49:05 UTC 2018
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.10.0
+ pkgver = 3.11.0
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -27,8 +27,8 @@ pkgbase = python-orange
depends = python-dill
depends = python-pip
depends = python-serverfiles
- source = https://github.com/biolab/orange3/archive/3.10.0.tar.gz
- sha256sums = 3a4ded83ce94b72d79d8e6f5f3b8371f0d64da7d1d56789cd2b15954bbcebb12
+ source = https://github.com/biolab/orange3/archive/3.11.0.tar.gz
+ sha256sums = 252e19a1919a4d1c2bbe0b10c7d32324b222fcf82689fae727d616814ec9f42d
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 6b5745ed6d20..1610a250c301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.10.0
+pkgver=3.11.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-bottlechest' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'python-dill' 'python-pip' 'python-serverfiles')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('3a4ded83ce94b72d79d8e6f5f3b8371f0d64da7d1d56789cd2b15954bbcebb12')
+sha256sums=('252e19a1919a4d1c2bbe0b10c7d32324b222fcf82689fae727d616814ec9f42d')
build() {
cd "${srcdir}/orange3-$pkgver"