diff options
-rw-r--r-- | community/scala/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/scala/PKGBUILD b/community/scala/PKGBUILD new file mode 100644 index 00000000..7f037914 --- /dev/null +++ b/community/scala/PKGBUILD @@ -0,0 +1,2 @@ +# does not build with java 9 +depends=("${depends[@]/>=8/=8}") |