summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212022-10-13 15:58:19 +0200
committera8212022-10-13 15:58:19 +0200
commit4443285492e38525b7b67ce8af376e6afcb48dd8 (patch)
tree0f171e16759e321fe84a62d6944dc6364deb862b /PKGBUILD
parent1f6d0589360194853e27a86bd4423efaf4e1b7c3 (diff)
downloadaur-4443285492e38525b7b67ce8af376e6afcb48dd8.tar.gz
Version 3.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6c303946c34..669d36f4e5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xantares
# Contributor: dalraf
pkgname=python-orange
-pkgver=3.32.0
+pkgver=3.33.0
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=('364ef8fab66bcc1a490261d2758f1d8f05f9365098d7093f74616deedae2b443')
+sha256sums=('0d5b0cc044aa1523a961080a5de26380acb623a0b996e479cc3d020d01a2cf8c')
build() {
cd "${srcdir}/orange3-$pkgver"