update to rc1

This commit is contained in:
ida-lover 2024-10-16 13:41:13 +02:00
parent 89bb08f965
commit bac3cc77e6
4 changed files with 23 additions and 198 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: ida-lover <ida-lover@proton.me>
# Maintainer: nezu@nezu.cc
pkgname=ida-pro-patched
_pkgname=ida-pro
pkgver=9.0
pkgver=9.0.240925
pkgrel=1
pkgdesc="IDA - The Interactive Disassembler (Patched)"
arch=('x86_64')
@ -11,14 +11,20 @@ makedepends=('fakechroot')
depends=('python>=3' 'python<4')
options=('!strip')
_name="$_pkgname-$pkgver"
_release_url="https://vaclive.party/software/$_pkgname/releases/download/$pkgver"
source=(
"$_name.run::https://out5.hex-rays.com/beta90_6ba923/idapro_90_x64linux.run"
"patch.py"
"$_name.run::$_release_url/ida-pro_90_x64linux.run"
"$_name.run.sig::$_release_url/ida-pro_90_x64linux.run.sig"
"patch.py::$_release_url/keygen2.py"
"patch.py.sig::$_release_url/keygen2.py.sig"
"$_pkgname.desktop"
)
sha256sums=('0b12a798f0e2ab7c5b7a795eb275136af7fce88356fddefd7f7776c6aa588372'
'6c17bab8d31a7a72641a6b2d13de90ab9e26757b02124d2bc588b45d21912e89'
sha256sums=('159cf8983a0e7b199d6efab5af42eca31a288e7ef2ec44eba6336de4acb8107a'
'SKIP'
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
'SKIP'
'aebb90e61e40e6cacf6493ecd8308a3389d2ebe5afd1503209250b38a0b89a95')
validpgpkeys=('09BE40243217978201A0440E101BA3F4C612AA41') # nezu <nezu@nezu.cc>
prepare() {
mkdir -p "$_name/tmp"
@ -27,8 +33,8 @@ prepare() {
fakechroot chroot "$srcdir/$_name" "/$_name.run" --mode unattended --unattendedmodeui none --prefix /opt/$_name
cd "$_name/opt/$_name"
python3 "$srcdir/patch.py"
mv -v libida32.so.patched libida32.so
mv -v libida.so.patched libida.so
mv -v libida64.so.patched libida64.so
rm uninstall* Uninstall*
}