diff options
Diffstat (limited to 'community/jsampler/PKGBUILD')
-rw-r--r-- | community/jsampler/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/jsampler/PKGBUILD b/community/jsampler/PKGBUILD new file mode 100644 index 00000000..dd27465f --- /dev/null +++ b/community/jsampler/PKGBUILD @@ -0,0 +1,6 @@ +makedepends=( + $( + printf '%s\n' "${makedepends[@]}" | \ + sed '/^java-environment$/s/$/=7/' + ) +) |