Date: Sunday, January 17, 2021 @ 18:05:40 Author: arojas Revision: 821504
Update to 0.24.0 Modified: python-scikit-learn/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-17 18:04:05 UTC (rev 821503) +++ PKGBUILD 2021-01-17 18:05:40 UTC (rev 821504) @@ -1,8 +1,8 @@ # Maintainer: Andrzej Giniewicz <[email protected]> pkgname=python-scikit-learn -pkgver=0.23.2 -pkgrel=3 +pkgver=0.24.0 +pkgrel=1 pkgdesc="A set of python modules for machine learning and data mining" arch=('x86_64') url="http://scikit-learn.sourceforge.net/" @@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'cython' 'openmp') options=(!emptydirs) source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz") -sha256sums=('26f56e0c5aac4811f5a90109c4eed0396ee196d8383608b9bf33129528e6fcfd') +sha256sums=('2338fe6b0c87ebcb1a85d804d2a05840ff159913989f29efb8b0499c4b8803fa') build() { cd "$srcdir"/scikit-learn-$pkgver
