diff --git a/srcpkgs/python-scikit-learn/template b/srcpkgs/python-scikit-learn/template index 95ca2f99ea0..49b596c80c6 100644 --- a/srcpkgs/python-scikit-learn/template +++ b/srcpkgs/python-scikit-learn/template @@ -1,6 +1,6 @@ # Template file for 'python-scikit-learn' pkgname=python-scikit-learn -version=0.19.2 +version=0.20.0 revision=1 wrksrc="scikit-learn-${version}" build_style=python-module @@ -13,10 +13,10 @@ maintainer="Alessio Sergi " homepage="http://scikit-learn.org/" license="BSD-3-Clause" distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz" -checksum=3024e3dc85ca8b26de33c2c5aec7c7a5f1f4a750463cb1378f1c61b4dc28ec58 +checksum=3ca2993acf49c43fc6376912d43714cbee14e14c1d578f5bf422053eda19c206 post_install() { - vlicense COPYING LICENSE + vlicense COPYING } python3-scikit-learn_package() { @@ -25,6 +25,6 @@ python3-scikit-learn_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense COPYING LICENSE + vlicense COPYING } }