python3-scikit-image: update to 0.18.1.

This commit is contained in:
Andrew J. Hesford 2020-12-24 16:32:54 -05:00
parent e25c944185
commit f48ea00260

View file

@ -1,6 +1,6 @@
# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.18.0
version=0.18.1
revision=1
_pkgname="${pkgname#python3-}"
wrksrc="${_pkgname}-${version}"
@ -15,7 +15,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, MIT"
homepage="https://scikit-image.org/"
distfiles="https://github.com/${_pkgname}/${_pkgname}/archive/v${version}.tar.gz"
checksum=9440e0f7ec05912780fad23c6cbea675864a7f39981630fecb8cd51343b5eada
checksum=f9a603d3f5b451ac2e6b9e09bb896396067aba9faa12cdeee77225a47a736d48
pre_build() {
make_build_args+=" ${makejobs}"