summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-01-26 16:56:13 +0100
committerKr1ss2022-01-26 16:56:13 +0100
commit901709d0b4590d6a712a9e2d67b0c18bbd0dcca5 (patch)
treeb5a42551cdc5ce4e3cf6a93f5a7a11fbccdc5ba6
parent838a9a7774f366fc7f9331cc2ddbee3d7e231a65 (diff)
downloadaur-901709d0b4590d6a712a9e2d67b0c18bbd0dcca5.tar.gz
update: maltego 4.3.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6a9f25a5e7..2bdac19035d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = maltego
pkgdesc = Information gathering software by Paterva
- pkgver = 4.2.19.13940
- pkgrel = 3
+ pkgver = 4.3.0
+ pkgrel = 1
url = https://www.maltego.com
install = maltego.install
arch = any
@@ -9,9 +9,9 @@ pkgbase = maltego
depends = java-runtime<=15
depends = sh
options = !emptydirs
- source = https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v4.2.19.13940.deb
+ source = https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v4.3.0.deb
source = LICENSE.pdf::https://www.maltego.com/pdf/legal/Maltego%20Technologies_TermsandConditions_2020-11.pdf
- sha256sums = 8cb8094366b9eaf4bb60d436ad48afd84cc54a73442de5f850ecc9d877643ba6
+ sha256sums = 069d336ac9e686cb16254a4d0f4e5bfe299afcc92ddce22aa51af0929c0049af
sha256sums = 5295b55e0da0a7aaa733032bf6d508dd149d66b379f71c4b15271729c3aa5500
pkgname = maltego
diff --git a/PKGBUILD b/PKGBUILD
index cef7f0289b12..d6f170962fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=maltego
-pkgver=4.2.19.13940
-pkgrel=3
+pkgver=4.3.0
+pkgrel=1
pkgdesc='Information gathering software by Paterva'
url="https://www.$pkgname.com"
@@ -15,9 +15,9 @@ license=('custom')
depends=('java-runtime<=15' 'sh')
install="$pkgname.install"
-source=("https://$pkgname-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v$pkgver.deb"
+source=("https://$pkgname-downloads.s3.us-east-2.amazonaws.com/linux/${pkgname^}.v$pkgver.deb"
"LICENSE.pdf::https://www.$pkgname.com/pdf/legal/${pkgname^}%20Technologies_TermsandConditions_2020-11.pdf")
-sha256sums=('8cb8094366b9eaf4bb60d436ad48afd84cc54a73442de5f850ecc9d877643ba6'
+sha256sums=('069d336ac9e686cb16254a4d0f4e5bfe299afcc92ddce22aa51af0929c0049af'
'5295b55e0da0a7aaa733032bf6d508dd149d66b379f71c4b15271729c3aa5500')
options=('!emptydirs')
@@ -28,8 +28,8 @@ package() {
sed -i 's|\(Exec=\)x-www-browser|\1xdg-open|g;s|^\(Version=\).*|\11.0|' \
"$pkgdir/usr/share/applications/$pkgname.desktop"
sed -i '1s|bash|sh|' "$pkgdir/usr/bin/$pkgname"
- # maltego_memory_config is defined as action in maltego.desktop, don't need that twice
- rm "$pkgdir/usr/share/applications/${pkgname}_config.desktop"
+ # maltego_java_config is defined as action in maltego.desktop, don't need that twice
+ rm "$pkgdir/usr/share/applications/${pkgname}_java_config.desktop"
# remove Windows assets
find "$pkgdir" -type f -regex '.*\.\(exe\|dll\)$' -delete
chmod -R go-w "$pkgdir"