Date: Friday, September 24, 2021 @ 19:55:12 Author: alerque Revision: 1023927
upgpkg: python-scikit-learn 1.0-1 Modified: python-scikit-learn/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 19:38:00 UTC (rev 1023926) +++ PKGBUILD 2021-09-24 19:55:12 UTC (rev 1023927) @@ -2,11 +2,11 @@ # Maintainer: Caleb Maclennan <[email protected]> pkgname=python-scikit-learn -pkgver=0.24.2 -pkgrel=2 +pkgver=1.0 +pkgrel=1 pkgdesc="A set of python modules for machine learning and data mining" arch=('x86_64') -url="http://scikit-learn.sourceforge.net/" +url='https://scikit-learn.org' license=('BSD') depends=('python-scipy' 'python-joblib' 'python-threadpoolctl') optdepends=('python-matplotlib: plotting capabilities') @@ -13,7 +13,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=('642fb016bfe4bb7539ba6bf4e6dd5a95d2d25638387040b0f5eefdb84a840297') +sha256sums=('fa478eaeb5dd92d0ac32f84e26b0de9dcfc52a64210887e4805a292927cc7102') build() { cd scikit-learn-$pkgver
