summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212021-11-06 20:57:29 +0100
committera8212021-11-06 20:57:29 +0100
commitbf265b4c54e60b04b97b815cb20b4f4b9961429f (patch)
tree6cfaa46c87acf6c61e1407b3c2edd9b5e4a727a7
parent8e243d4eb15af682f5a373488fbba0b2401b40c6 (diff)
downloadaur-bf265b4c54e60b04b97b815cb20b4f4b9961429f.tar.gz
Version 3.30.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccba9a0c7de0..45de9d70add2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange
pkgdesc = Open source machine learning and data visualization
- pkgver = 3.30.1
+ pkgver = 3.30.2
pkgrel = 1
url = https://orangedatamining.com/
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = python-orange
depends = python-baycomp
optdepends = python-psycopg2: PostgreSQL database support
optdepends = python-pymssql: Microsoft SQL Server support
- source = python-orange-3.30.1.tar.gz::https://github.com/biolab/orange3/archive/3.30.1.tar.gz
- sha256sums = 5f6a00c253ad16a21bdc3a460c63c2cc33d11cb36ea044d6552647b7c6a9a680
+ source = python-orange-3.30.2.tar.gz::https://github.com/biolab/orange3/archive/3.30.2.tar.gz
+ sha256sums = fc5f184793f892e27cce3a61f12a2b1d05fee54da1f0626ea26fb211b74fced4
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 3073aa993566..7d094ce53450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
# Contributor: dalraf
pkgname=python-orange
-pkgver=3.30.1
+pkgver=3.30.2
pkgrel=1
pkgdesc="Open source machine learning and data visualization"
arch=('x86_64')
@@ -20,7 +20,7 @@ depends=('python-chardet' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
optdepends=('python-psycopg2: PostgreSQL database support'
'python-pymssql: Microsoft SQL Server support')
-sha256sums=('5f6a00c253ad16a21bdc3a460c63c2cc33d11cb36ea044d6552647b7c6a9a680')
+sha256sums=('fc5f184793f892e27cce3a61f12a2b1d05fee54da1f0626ea26fb211b74fced4')
build() {
cd "${srcdir}/orange3-$pkgver"