summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-11-07 18:10:09 +0100
committerMichel Zou2017-11-07 18:10:09 +0100
commit01fdcd3b4d62d44e6d63883ed80b1ec239977e2e (patch)
tree3c64dd511019bc2b425fd9dfb471970845f6aa61
parent4bb9d6ebf27bbccd1692ef111f3043f0b39312f4 (diff)
downloadaur-01fdcd3b4d62d44e6d63883ed80b1ec239977e2e.tar.gz
3.7.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e938dec5a853..aacfc05e59e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 13:01:23 UTC 2017
+# Tue Nov 7 17:10:09 UTC 2017
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.6.0
+ pkgver = 3.7.0
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -26,8 +26,9 @@ pkgbase = python-orange
depends = python-anyqt
depends = python-dill
depends = python-pip
- source = https://github.com/biolab/orange3/archive/3.6.0.tar.gz
- sha256sums = 6e7f4d99dfbed7e3e21d98199b4cbe7f4adc726689313ed5bd36ca3fb37ab82a
+ depends = python-serverfiles
+ source = https://github.com/biolab/orange3/archive/3.7.0.tar.gz
+ sha256sums = 376b07da782248a2fa8f421ee542fcfc52a7cbba571e250d7d40594376aaf5cb
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 1b62634c4b5b..63e14bbb848c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-orange
-pkgver=3.6.0
+pkgver=3.7.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-bottlechest' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'python-dill' 'python-pip')
+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=('6e7f4d99dfbed7e3e21d98199b4cbe7f4adc726689313ed5bd36ca3fb37ab82a')
+sha256sums=('376b07da782248a2fa8f421ee542fcfc52a7cbba571e250d7d40594376aaf5cb')
build() {
cd "${srcdir}/orange3-$pkgver"