summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2019-03-28 16:43:21 +0100
committerPhillip Schichtel2019-03-28 16:43:21 +0100
commitc0b60a1a9d5efc7f48710a2cd3d4d3f75c333a41 (patch)
treefc743d8c50b20e9118aa0ecd3e3b722b88c12af0
parent4982d3d84ee37eb37066b14ef65a0c1ac2fe5420 (diff)
downloadaur-c0b60a1a9d5efc7f48710a2cd3d4d3f75c333a41.tar.gz
require java 9 or older
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9536e0bc134..af3b515ae64d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = jprofiler10
url = http://jprofiler.com
arch = any
license = custom
- depends = java-environment
+ depends = java-environment<=9
options = !strip
source = http://download-keycdn.ej-technologies.com/jprofiler/jprofiler_linux_10_1_4.tar.gz
source = jprofiler10.desktop
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")