diff options
author | Erich Eckner <git@eckner.net> | 2017-10-23 23:11:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-23 23:11:11 +0200 |
commit | a7628a85091f8fe2d311481062cdc4000d2afcd4 (patch) | |
tree | cce0f8d10b5c859d716d69589f2a19c21ff5207e /community/scala/PKGBUILD | |
parent | 0091e16135fec390d501ec15bc1b179a2c0b768f (diff) | |
download | packages-a7628a85091f8fe2d311481062cdc4000d2afcd4.tar.xz |
community/scala: pin java version to "=8" instead of ">=8"
Diffstat (limited to 'community/scala/PKGBUILD')
-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}") |