[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Wed Jan 22 20:28:43 UTC 2020
Date: Wednesday, January 22, 2020 @ 20:28:42
Author: aginiewicz
Revision: 554538
upgpkg: python-scikit-learn 0.22.1-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-01-22 20:25:42 UTC (rev 554537)
+++ PKGBUILD 2020-01-22 20:28:42 UTC (rev 554538)
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=python-scikit-learn
-pkgver=0.22
+pkgver=0.22.1
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=('6a495dbd5aac1f89d1ed51140fc41adb1f892293492b51b667eb5c40df1bde48')
+sha256sums=('7132d376a5cb605847022724e9a5dd294bd7c8a988e686b954fdeb00e24fe302')
build() {
cd "$srcdir"/scikit-learn-$pkgver
More information about the arch-commits
mailing list