summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-07-06 19:11:23 +0200
committerMichel Zou2020-07-06 19:11:23 +0200
commit8aca6614749b12b3a0cd72ca9bc4ebc8fe6f0e6e (patch)
tree98475fdabf0bb0f9996afd70949b7965626f9157
parent634aa76eda9dbcc042d5b81c192a78c2395e9893 (diff)
downloadaur-8aca6614749b12b3a0cd72ca9bc4ebc8fe6f0e6e.tar.gz
3.26.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50960b186ea3..ccb2200c85eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
- pkgver = 3.25.1
+ pkgver = 3.26.0
pkgrel = 1
url = http://orange.biolab.si/
arch = x86_64
@@ -29,8 +29,9 @@ pkgbase = python-orange
depends = python-openpyxl
depends = python-orange-widget-base
depends = python-orange-canvas-core
- source = https://github.com/biolab/orange3/archive/3.25.1.tar.gz
- sha256sums = cfd1b539398edbdeac4981774bd547cbadffd8609de92756536ab55ff3aadf4c
+ depends = python-baycomp
+ source = https://github.com/biolab/orange3/archive/3.26.0.tar.gz
+ sha256sums = 0814bd19e622816eb37a54ed807c0820c7e6fe543697a2a8a9a5caafe4915db7
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 6aadb9921849..d080ef3416bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-orange
-pkgver=3.25.1
+pkgver=3.26.0
pkgrel=1
pkgdesc="Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting."
arch=('x86_64')
url="http://orange.biolab.si/"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-psycopg2' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'qt5-svg' 'python-pip' 'python-serverfiles' 'python-louvain' 'python-xlsxwriter' 'python-opentsne' 'python-networkx' 'python-requests' 'python-pandas' 'python-openpyxl' 'python-orange-widget-base' 'python-orange-canvas-core')
+depends=('python-chardet' 'python-docutils' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib' 'python-scikit-learn' 'python-psycopg2' 'python-joblib' 'python-keyrings-alt' 'python-bottleneck' 'python-anyqt' 'qt5-svg' 'python-pip' 'python-serverfiles' 'python-louvain' 'python-xlsxwriter' 'python-opentsne' 'python-networkx' 'python-requests' 'python-pandas' 'python-openpyxl' 'python-orange-widget-base' 'python-orange-canvas-core' 'python-baycomp')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('cfd1b539398edbdeac4981774bd547cbadffd8609de92756536ab55ff3aadf4c')
+sha256sums=('0814bd19e622816eb37a54ed807c0820c7e6fe543697a2a8a9a5caafe4915db7')
build() {
cd "${srcdir}/orange3-$pkgver"