diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template index 0f89f0ff82f..8d633ec6cfa 100644 --- a/srcpkgs/python3-scikit-image/template +++ b/srcpkgs/python3-scikit-image/template @@ -1,7 +1,7 @@ # Template file for 'python3-scikit-image' pkgname=python3-scikit-image -version=0.17.2 -revision=2 +version=0.18.0 +revision=1 _pkgname="${pkgname#python3-}" wrksrc="${_pkgname}-${version}" build_style=python3-module @@ -15,7 +15,11 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause, MIT" homepage="https://scikit-image.org/" distfiles="https://github.com/${_pkgname}/${_pkgname}/archive/v${version}.tar.gz" -checksum=54165f1c7365aacbd94df6c89ff72554260c3ea8fd8abdfb596d5d93b25d22ab +checksum=9440e0f7ec05912780fad23c6cbea675864a7f39981630fecb8cd51343b5eada + +pre_build() { + make_build_args+=" ${makejobs}" +} post_install() { vlicense LICENSE.txt