summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-12-06 22:22:52 +0100
committera8212022-12-06 22:22:52 +0100
commit3fc61c4519906f0ba079b72beef8475a86996308 (patch)
treeed24edf66142be937ad0a78592dbb720d5a472e7
parent4443285492e38525b7b67ce8af376e6afcb48dd8 (diff)
downloadaur-3fc61c4519906f0ba079b72beef8475a86996308.tar.gz
Version 3.34.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf3bf1182805..b8fd39f10ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-orange
pkgdesc = Open source machine learning and data visualization
- pkgver = 3.33.0
+ pkgver = 3.34.0
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.33.0.tar.gz::https://github.com/biolab/orange3/archive/3.33.0.tar.gz
- sha256sums = 0d5b0cc044aa1523a961080a5de26380acb623a0b996e479cc3d020d01a2cf8c
+ source = python-orange-3.34.0.tar.gz::https://github.com/biolab/orange3/archive/refs/tags/3.34.0.tar.gz
+ sha256sums = a0def37db39c4f9d4b7ba16fc613e013e9008963c586d89754514c3df9887c5d
pkgname = python-orange
diff --git a/PKGBUILD b/PKGBUILD
index 669d36f4e5fd..273e71867ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
# Contributor: dalraf
pkgname=python-orange
-pkgver=3.33.0
+pkgver=3.34.0
pkgrel=1
pkgdesc="Open source machine learning and data visualization"
arch=('x86_64')
@@ -17,10 +17,10 @@ depends=('python-chardet' 'python-pyqtgraph' 'python-xlrd' 'python-matplotlib'
# AUR deps
'python-anyqt' 'python-serverfiles' 'python-louvain' 'python-opentsne'
'python-orange-widget-base' 'python-orange-canvas-core' 'python-baycomp')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/biolab/orange3/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/biolab/orange3/archive/refs/tags/${pkgver}.tar.gz")
optdepends=('python-psycopg2: PostgreSQL database support'
'python-pymssql: Microsoft SQL Server support')
-sha256sums=('0d5b0cc044aa1523a961080a5de26380acb623a0b996e479cc3d020d01a2cf8c')
+sha256sums=('a0def37db39c4f9d4b7ba16fc613e013e9008963c586d89754514c3df9887c5d')
build() {
cd "${srcdir}/orange3-$pkgver"