Skip to content

Commit

Permalink
vigra: use bash substituion instead of subshell
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed May 29, 2020
1 parent c5b0525 commit 9d64efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcpkgs/vigra/template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=vigra
version=1.11.1
revision=5
wrksrc="${pkgname}-Version-$(echo $version | tr '.' '-')"
wrksrc="${pkgname}-Version-${version//./-}"
build_style=cmake
configure_args="-DWITH_OPENEXR=1"
hostmakedepends="python"
Expand Down

0 comments on commit 9d64efc

Please sign in to comment.