summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-07 22:54:08 +0200
committerMichel Zou2018-08-07 22:54:08 +0200
commitac5b63f66e7f05f95627f622ebdab95670cbb0b0 (patch)
tree3f43f212028c6e332789356245297c07396dc24d
parent9afd8ea32306ba3e3cdb06245e4ae1e4d7bd2bd4 (diff)
downloadaur-ac5b63f66e7f05f95627f622ebdab95670cbb0b0.tar.gz
3.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed6402282d2..0eadf4722ec4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.13.0
- pkgrel = 2
+ pkgver = 3.15.0
+ pkgrel = 1
url = http://orange.biolab.si/
arch = i686
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = python-orange
depends = python-dill
depends = python-pip
depends = python-serverfiles
- source = https://github.com/biolab/orange3/archive/3.13.0.tar.gz
- sha256sums = 8329a180fdb5c8d838c1aa04f805cefa204ffe8a662e402432692bf9cffa7879
+ source = https://github.com/biolab/orange3/archive/3.15.0.tar.gz
+ sha256sums = e3fd38bc393aba34f3154e9c3bdf5b95064ad159616706a9e064dd17256e2b32
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index fff3b7e0e3df..ee0b796f5132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-orange
-pkgver=3.13.0
-pkgrel=2
+pkgver=3.15.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/"
@@ -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')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('8329a180fdb5c8d838c1aa04f805cefa204ffe8a662e402432692bf9cffa7879')
+sha256sums=('e3fd38bc393aba34f3154e9c3bdf5b95064ad159616706a9e064dd17256e2b32')
build() {
cd "${srcdir}/orange3-$pkgver"