summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2019-03-28 16:43:21 +0100
committerPhillip Schichtel2019-03-28 16:43:21 +0100
commitc0b60a1a9d5efc7f48710a2cd3d4d3f75c333a41 (patch)
treefc743d8c50b20e9118aa0ecd3e3b722b88c12af0 /PKGBUILD
parent4982d3d84ee37eb37066b14ef65a0c1ac2fe5420 (diff)
downloadaur-c0b60a1a9d5efc7f48710a2cd3d4d3f75c333a41.tar.gz
require java 9 or older
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efd0ab56e153..e36ec024089e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The Award-Winning All-in-One Java Profiler"
arch=(any)
url="http://jprofiler.com"
license=('custom')
-depends=('java-environment')
+depends=('java-environment<=9')
source=("http://download-keycdn.ej-technologies.com/jprofiler/jprofiler_linux_$(echo $pkgver | sed 's/\./_/g').tar.gz"
"${pkgname}.desktop"
"${pkgname}.sh")