summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStevesAMonkey2017-03-23 16:59:01 +1030
committerStevesAMonkey2017-03-23 16:59:01 +1030
commitb319ead97bc4ea7f667712efd66c76d0ae752e9e (patch)
tree863ff78d6821de064a3cb42c3bf36072b7008bd8
parent4e6a0b3bcf3972189928cf449de45455b9be6274 (diff)
downloadaur-b319ead97bc4ea7f667712efd66c76d0ae752e9e.tar.gz
Tidying up dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--maltego.install4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 272c949319c2..4ec4a2b80e29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = maltego-community
pkgdesc = Maltego Community Edition
pkgver = 4.0.11.9358
- pkgrel = 2
+ pkgrel = 3
url = https://www.paterva.com
install = maltego.install
arch = i686
arch = x86_64
license = Commercial
- depends = jre8-openjdk
+ depends = java-runtime=8
source_i686 = https://www.paterva.com/malv4/community/MaltegoCE.v4.0.11.9358.deb
md5sums_i686 = 2f67cbf41ebddf490177cd65b046a21c
sha256sums_i686 = bfd7610647dc09e81abb6df737bcafe319e534b7d1867b1fd8f9bcd3963c25b1
diff --git a/PKGBUILD b/PKGBUILD
index 93ff452b3645..1ac1ba8c6ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgdesc='Maltego Community Edition'
license=('Commercial')
url='https://www.paterva.com'
pkgver=4.0.11.9358
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
-depends=('jre8-openjdk')
+depends=('java-runtime=8')
source_i686=(
"${url}/malv4/community/MaltegoCE.v${pkgver}.deb"
)
diff --git a/maltego.install b/maltego.install
index 9f56140d11b4..1f879042795c 100644
--- a/maltego.install
+++ b/maltego.install
@@ -6,6 +6,8 @@ post_install() {
echo ">>> this application isn't functional until you obtain a Maltego Community Edition activation code and account"
echo ">>> REGISTER a FREE ACCOUNT for Maltego Community Editon @ 'https://www.paterva.com/web7/community/community.php'"
echo ""
+ echo ">>> this has been tested to work with jre8-openjdk"
+ echo ""
}
post_upgrade() {
@@ -16,4 +18,6 @@ post_upgrade() {
echo ">>> this application isn't functional until you obtain a Maltego Community Edition activation code and account"
echo ">>> REGISTER a FREE ACCOUNT for Maltego Community Editon @ 'https://www.paterva.com/web7/community/community.php'"
echo ""
+ echo ">>> this has been tested to work with jre8-openjdk"
+ echo ""
}