diff options
author | a821 | 2022-10-13 15:58:19 +0200 |
---|---|---|
committer | a821 | 2022-10-13 15:58:19 +0200 |
commit | 4443285492e38525b7b67ce8af376e6afcb48dd8 (patch) | |
tree | 0f171e16759e321fe84a62d6944dc6364deb862b /PKGBUILD | |
parent | 1f6d0589360194853e27a86bd4423efaf4e1b7c3 (diff) | |
download | aur-4443285492e38525b7b67ce8af376e6afcb48dd8.tar.gz |
Version 3.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |