diff --git a/testing/ghidra/APKBUILD b/testing/ghidra/APKBUILD index 819ca9ffbf0..6567dcf81b6 100644 --- a/testing/ghidra/APKBUILD +++ b/testing/ghidra/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke # Contributor: Marian Buschsieweke pkgname=ghidra -pkgver=10.2 +pkgver=10.2.3 pkgrel=0 pkgdesc="A Cross Platform and Open Source Electronics Design Automation Suite" url="https://ghidra-sre.org/" @@ -18,7 +18,6 @@ makedepends=" # please do not move JDK to makedepends depends=" openjdk17-jdk - openjdk17-jre wmname " subpackages=" @@ -32,7 +31,7 @@ source=" " # This contains binary executables in the exercises section of the # documentation. We don't want to spoil the fun by stripping them. -options="!check !strip" +options="net !check !strip" builddir="$srcdir/ghidra-Ghidra_${pkgver}_build" prepare() { @@ -94,7 +93,7 @@ doc() { } sha512sums=" -dc930f7ad5380239a447cfa193cb1ac3da19b66d791450e5415ea0b68ab2df71f6bfd4aee2f90463d53d0ba01d0b6aaf033a4224114e66c47b3f6d20440f71cd Ghidra_10.2_build.tar.gz +f5dbc828e43acabe8e30f293726b7afa7f96aa29eb2d0ea1ccd4688012e9fdf2950fab2cfa7b8a2b94feaa8ec5ffba5d39017c8ec152e592818d6e3b67df3fc7 Ghidra_10.2.3_build.tar.gz 89de3009dd0b8a26f730235ac1cce057f4c7363b0a0e7fc10cb0a52e2becd5fdf8913ec2afc8c85f3b7147e1120f8354f3f0108cb1583e3ab1157e6740148bff use-system-protoc.patch -43c0a46f53ac651d43a33dfc7ff60cacca2f9169bfa196dc49d62b5069ccccb74938fd164c2d66209c00d0cfc98a48448831cc7cfaa800bd57ab26a5b55960b2 ghidra.sh +b075d5ac821bf4ed052acada45b882876a5493ab03cfa4d0537c4c5f27b666aa2b37de9ff561313b025f9d16b06b9ad17d59287ecf205c02798dbca2bc04925f ghidra.sh " diff --git a/testing/ghidra/ghidra.sh b/testing/ghidra/ghidra.sh index 5c70dff3c00..efa7ffde842 100644 --- a/testing/ghidra/ghidra.sh +++ b/testing/ghidra/ghidra.sh @@ -1,3 +1,3 @@ -#! /bin/sh +#!/bin/sh wmname LG3D AWT_TOOLKIT=MToolkit exec /usr/share/ghidra/ghidraRun "$@"