From e80f329d7b7d01cd93c1e90bf1d84b3342f2f994 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 6 Feb 2018 22:05:12 +0100 Subject: community/jsampler: force java version for compilation --- community/jsampler/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/jsampler/PKGBUILD (limited to 'community') 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/' + ) +) -- cgit v1.2.3