update to 9.0sp1

This commit is contained in:
nezu 2025-01-14 22:33:46 +01:00
parent 74ffc999d5
commit 686ca23244
2 changed files with 14 additions and 13 deletions

View file

@ -1,8 +1,8 @@
# Maintainer: nezu@nezu.cc
pkgname=ida-pro-patched
_pkgname=ida-pro
pkgver=9.0.240925
pkgrel=3
pkgver=9.0.20241216
pkgrel=1
pkgdesc="IDA - The Interactive Disassembler (Patched)"
arch=('x86_64')
url="https://hex-rays.com/ida-pro/"
@ -13,13 +13,13 @@ options=('!strip')
_name="$_pkgname-$pkgver"
_release_url="https://vaclive.party/software/$_pkgname/releases/download/$pkgver"
source=(
"$_name.run::$_release_url/ida-pro_90_x64linux.run"
"$_name.run.sig::$_release_url/ida-pro_90_x64linux.run.sig"
"$_name.run::$_release_url/ida-pro_90sp1_x64linux.run"
"$_name.run.sig::$_release_url/ida-pro_90sp1_x64linux.run.sig"
"patch.py::$_release_url/keygen2.py"
"patch.py.sig::$_release_url/keygen2.py.sig"
"$_pkgname.desktop"
)
sha256sums=('159cf8983a0e7b199d6efab5af42eca31a288e7ef2ec44eba6336de4acb8107a'
sha256sums=('c0e2d5f410f8a4a3745bb219d821d690ce1768a5ce0a25e86e0c30c1fe599c71'
'SKIP'
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
'SKIP'
@ -30,7 +30,8 @@ prepare() {
mkdir -p "$_name/tmp"
cp "$srcdir/$_name.run" "$_name"
chmod +x "$_name/$_name.run"
fakechroot chroot "$srcdir/$_name" "/$_name.run" --mode unattended --unattendedmodeui none --prefix /opt/$_name
mkdir -p "$srcdir/$_name/$HOME/.local/share/applications"
fakechroot chroot "$srcdir/$_name" "/$_name.run" --mode unattended --prefix /opt/$_name
cd "$_name/opt/$_name"
python3 "$srcdir/patch.py"
mv -v libida32.so.patched libida32.so