python3-scikit-image: fix typo

This commit is contained in:
Andrew J. Hesford 2020-07-13 08:52:06 -04:00
parent 3ba0f21d1b
commit 49dffbb268

View file

@ -3,7 +3,7 @@ pkgname=python3-scikit-image
version=0.17.2
revision=1
_pkgname="${pkgname#python3-}"
wrksrc="${_pkgname}-version}"
wrksrc="${_pkgname}-${version}"
build_style=python3-module
build_helper="numpy"
hostmakedepends="python3-setuptools python3-Cython"