vigra: use bash substituion instead of subshell
This commit is contained in:
parent
c5b05255ab
commit
9d64efc3a5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=vigra
|
pkgname=vigra
|
||||||
version=1.11.1
|
version=1.11.1
|
||||||
revision=5
|
revision=5
|
||||||
wrksrc="${pkgname}-Version-$(echo $version | tr '.' '-')"
|
wrksrc="${pkgname}-Version-${version//./-}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_OPENEXR=1"
|
configure_args="-DWITH_OPENEXR=1"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
|
Loading…
Reference in a new issue