summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-06-19 14:11:50 +0200
committerKr1ss2021-06-19 14:11:50 +0200
commit6257e69585060bb496bd292a0c354499529095d0 (patch)
treebf75637fffdf62960b73f89140ad1a0ee5d23e31
parentca2a892eb97b899ed86784ad401553b464b99a19 (diff)
downloadaur-6257e69585060bb496bd292a0c354499529095d0.tar.gz
limit java runtime dependency to versions <= 15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--maltego.install3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d42768671d..8ac18b4b67e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = maltego
pkgdesc = Information gathering software by Paterva
pkgver = 4.2.18.13878
- pkgrel = 1
+ pkgrel = 2
url = https://www.maltego.com
install = maltego.install
arch = any
license = custom
- depends = java-runtime
+ depends = java-runtime<=15
depends = sh
source = https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v4.2.18.13878.deb
source = LICENSE.pdf::https://www.maltego.com/pdf/legal/Maltego%20Technologies_TermsandConditions_2020-11.pdf
diff --git a/PKGBUILD b/PKGBUILD
index 0e55fe68289a..33b72ceb1dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=maltego
pkgver=4.2.18.13878
-pkgrel=1
+pkgrel=2
pkgdesc='Information gathering software by Paterva'
url="https://www.$pkgname.com"
arch=('any')
license=('custom')
-depends=('java-runtime' 'sh')
+depends=('java-runtime<=15' 'sh')
install="$pkgname.install"
source=("https://$pkgname-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v$pkgver.deb"
diff --git a/maltego.install b/maltego.install
index baf3df64a9f1..5419e9151a43 100644
--- a/maltego.install
+++ b/maltego.install
@@ -7,7 +7,8 @@ post_install() {
>>> This application isn't functional until you obtain a Maltego Community Edition activation code and account.
>>> Register a FREE account for Maltego Community Editon: 'https://www.paterva.com/web7/community/community.php'.
- >>> This has been tested to work with jre14-openjdk and jre15-openjdk.
+ >>> This package is known to work with jre8-openjdk, jre11-openjdk and jre15-openjdk.
+ >>> Please note that it currently doesn't work with jre-openjdk (Java 16).
EOT
}