summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-30 14:10:09 +0200
committerMichel Zou2020-05-30 14:10:09 +0200
commit634aa76eda9dbcc042d5b81c192a78c2395e9893 (patch)
tree5566607f5d072a3fc64c1d24d0900f3a73224c99
parent5f8f643d50c747096c6b72feab6d62c08c02cdde (diff)
downloadaur-634aa76eda9dbcc042d5b81c192a78c2395e9893.tar.gz
3.25.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d593cd361f8..50960b186ea3 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.0
+ pkgver = 3.25.1
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.25.0.tar.gz
- sha256sums = ee24bdce6588deb253e9a831588a10748347d2bdb08fe7c285fe3ffce9f25323
+ source = https://github.com/biolab/orange3/archive/3.25.1.tar.gz
+ sha256sums = cfd1b539398edbdeac4981774bd547cbadffd8609de92756536ab55ff3aadf4c
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 2441e2433834..6aadb9921849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-orange
-pkgver=3.25.0
+pkgver=3.25.1
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=('ee24bdce6588deb253e9a831588a10748347d2bdb08fe7c285fe3ffce9f25323')
+sha256sums=('cfd1b539398edbdeac4981774bd547cbadffd8609de92756536ab55ff3aadf4c')
build() {
cd "${srcdir}/orange3-$pkgver"