summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-04-13 20:51:57 +0200
committerMichel Zou2018-04-13 20:51:57 +0200
commitb7bcc9a401416a8dee868d875ba34d203b5be256 (patch)
tree0834fa0a65413325532c1b8f9e0644008f01eb8a
parent40ef528976d860055a65483981e21b7d6db9f78a (diff)
downloadaur-b7bcc9a401416a8dee868d875ba34d203b5be256.tar.gz
3.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7cf18a39666..12a9da14ff86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 17 07:49:05 UTC 2018
+# Fri Apr 13 18:51:57 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.11.0
+ pkgver = 3.12.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.11.0.tar.gz
- sha256sums = 252e19a1919a4d1c2bbe0b10c7d32324b222fcf82689fae727d616814ec9f42d
+ source = https://github.com/biolab/orange3/archive/3.12.0.tar.gz
+ sha256sums = bba1f5277aa20b3b70d3094fb861cb501750a8ae580361a0be492a6acf6ffb6e
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 1610a250c301..f37ffd7a9dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.11.0
+pkgver=3.12.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=('252e19a1919a4d1c2bbe0b10c7d32324b222fcf82689fae727d616814ec9f42d')
+sha256sums=('bba1f5277aa20b3b70d3094fb861cb501750a8ae580361a0be492a6acf6ffb6e')
build() {
cd "${srcdir}/orange3-$pkgver"