orange: auto updated to 3.36.1-1

This commit is contained in:
BioArchLinuxBot 2023-09-22 12:03:43 +00:00
parent 2f9eb8cbde
commit 2abe6c35d1

View file

@ -2,7 +2,7 @@
pkgname=orange pkgname=orange
_module=Orange3 _module=Orange3
pkgver=3.36.0 pkgver=3.36.1
pkgrel=1 pkgrel=1
pkgdesc="Component-based data mining framework." pkgdesc="Component-based data mining framework."
arch=('x86_64') arch=('x86_64')
@ -42,7 +42,7 @@ makedepends=(cython
python-setuptools python-setuptools
python-sphinx) python-sphinx)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-${pkgver}.tar.gz")
sha256sums=('5add451c1cc4b08a68611628812346f770f97ba1879783e0ad6d09c2ca5bdf39') sha256sums=('8eb02530f0a3bc63567556d07db380a80496a72d05358ee15b94e8cf231c8743')
prepare() { prepare() {
# create execute file for /ure/bin # create execute file for /ure/bin
printf '#!/usr/bin/sh\nexec python -m Orange.canvas' > ${pkgname} printf '#!/usr/bin/sh\nexec python -m Orange.canvas' > ${pkgname}