summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-10-04 15:01:24 +0200
committerMichel Zou2017-10-04 15:01:24 +0200
commit4bb9d6ebf27bbccd1692ef111f3043f0b39312f4 (patch)
tree3fd1a9a009e9097a6d38e7b7483789aecb7ba9f4
parentc2569b8fa4cb8909d94462b126d98c184443108a (diff)
downloadaur-4bb9d6ebf27bbccd1692ef111f3043f0b39312f4.tar.gz
3.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 282cc366a592..e938dec5a853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 15 20:35:13 UTC 2017
+# Wed Oct 4 13:01:23 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.4.2
+ pkgver = 3.6.0
pkgrel = 1
url = http://orange.biolab.si/
arch = i686
@@ -26,8 +26,8 @@ pkgbase = python-orange
depends = python-anyqt
depends = python-dill
depends = python-pip
- source = https://github.com/biolab/orange3/archive/3.4.2.tar.gz
- sha1sums = 95389bea0d555f9d5dc84719840350945fc8575b
+ source = https://github.com/biolab/orange3/archive/3.6.0.tar.gz
+ sha256sums = 6e7f4d99dfbed7e3e21d98199b4cbe7f4adc726689313ed5bd36ca3fb37ab82a
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index f18a8d14d809..1b62634c4b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.4.2
+pkgver=3.6.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,8 +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')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha1sums=('95389bea0d555f9d5dc84719840350945fc8575b')
-
+sha256sums=('6e7f4d99dfbed7e3e21d98199b4cbe7f4adc726689313ed5bd36ca3fb37ab82a')
build() {
cd "${srcdir}/orange3-$pkgver"