summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-25 20:11:00 +0200
committerMichel Zou2020-04-25 20:11:00 +0200
commit5f8f643d50c747096c6b72feab6d62c08c02cdde (patch)
tree34067d4759787699e13bf1433301ed59fe667261
parent64acaf0dcf187daf74ca4f49bd58f5a5cd246f07 (diff)
downloadaur-5f8f643d50c747096c6b72feab6d62c08c02cdde.tar.gz
3.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0eaf236721f..7d593cd361f8 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.24.1
+ pkgver = 3.25.0
pkgrel = 1
url = http://orange.biolab.si/
arch = x86_64
@@ -29,8 +29,8 @@ pkgbase = python-orange
depends = python-openpyxl
depends = python-orange-widget-base
depends = python-orange-canvas-core
- source = https://github.com/biolab/orange3/archive/3.24.1.tar.gz
- sha256sums = 39e0e92d6d9fe75d5ef0ac3ca076b222e10ac60c26998c5686e0c5c3c5a95504
+ source = https://github.com/biolab/orange3/archive/3.25.0.tar.gz
+ sha256sums = ee24bdce6588deb253e9a831588a10748347d2bdb08fe7c285fe3ffce9f25323
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 9acb8e0695e0..2441e2433834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.24.1
+pkgver=3.25.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')
@@ -8,7 +8,7 @@ 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')
source=("https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
-sha256sums=('39e0e92d6d9fe75d5ef0ac3ca076b222e10ac60c26998c5686e0c5c3c5a95504')
+sha256sums=('ee24bdce6588deb253e9a831588a10748347d2bdb08fe7c285fe3ffce9f25323')
build() {
cd "${srcdir}/orange3-$pkgver"