python3-scikit-image: fix typo
This commit is contained in:
parent
3ba0f21d1b
commit
49dffbb268
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue