Date: Friday, May 15, 2020 @ 19:14:48 Author: aginiewicz Revision: 628083
upgpkg: python-scikit-learn 0.23.0-1: python-scikit-learn: new upstream release Modified: python-scikit-learn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-15 19:14:21 UTC (rev 628082) +++ PKGBUILD 2020-05-15 19:14:48 UTC (rev 628083) @@ -1,7 +1,7 @@ # Maintainer: Andrzej Giniewicz <[email protected]> pkgname=python-scikit-learn -pkgver=0.22.2.post1 +pkgver=0.23.0 pkgrel=1 pkgdesc="A set of python modules for machine learning and data mining" arch=('x86_64') @@ -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=('c6c57326941b1854112e6730961f31995ea60fa254e79daae1994e4cd5cb6f44') +sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c') build() { cd "$srcdir"/scikit-learn-$pkgver
