From 49dffbb26845e7250bb014aa52b6a12fe1f773bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 13 Jul 2020 08:52:06 -0400 Subject: [PATCH] python3-scikit-image: fix typo --- srcpkgs/python3-scikit-image/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template index 2770830cde..ded5914a67 100644 --- a/srcpkgs/python3-scikit-image/template +++ b/srcpkgs/python3-scikit-image/template @@ -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"