summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD~2
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222180c8f16e..2bbdc006278f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,8 @@ pkgbase = cmaptools
arch = x86_64
license = unknown
makedepends = the_silver_searcher
- depends = java-environment=8
+ depends = java-environment>=7
+ depends = java-environment<9
source = http://cmapdownload.ihmc.us/installs/CmapTools/Linux/Linux64CmapTools_v6.03.01_02-07-19.bin
source = installer.properties
source = icon.png
diff --git a/PKGBUILD b/PKGBUILD
index 6d2e389bb68b..28cc9fd96438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="The IHMC Cmap Tools for concept maps"
arch=('x86_64')
url="http://cmap.ihmc.us/"
license=('unknown')
-depends=('java-environment=8')
+depends=('java-environment>=7'
+ 'java-environment<9')
makedepends=('the_silver_searcher')
source=(http://cmapdownload.ihmc.us/installs/CmapTools/Linux/Linux64CmapTools_$pkgver\_$_pkgdate.bin
diff --git a/PKGBUILD~ b/PKGBUILD~
index 0318b7606260..b962f1e753e0 100644
--- a/PKGBUILD~
+++ b/PKGBUILD~
@@ -8,7 +8,7 @@ pkgdesc="The IHMC Cmap Tools for concept maps"
arch=('x86_64')
url="http://cmap.ihmc.us/"
license=('unknown')
-depends=('java-environment')
+depends=('java-environment>=7','java-environment<9')
makedepends=('the_silver_searcher')
source=(http://cmapdownload.ihmc.us/installs/CmapTools/Linux/Linux64CmapTools_$pkgver\_$_pkgdate.bin