From 9760afb39f93010129b6efab700be36fa3e07f75 Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:15:43 +0100 Subject: [PATCH] add application/x-executable,application/x-sharedlib mime types --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- com.hex-rays.ida.desktop | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bead145..1a7f408 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ida-pro-patched pkgdesc = Hex-Rays IDA Pro pkgver = 9.3.260213 - pkgrel = 1 + pkgrel = 2 url = https://hex-rays.com/ida-pro/ arch = x86_64 license = custom @@ -30,7 +30,7 @@ pkgbase = ida-pro-patched sha256sums = SKIP sha256sums = d5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d sha256sums = SKIP - sha256sums = 9490296e773cda6b03d4bbfbd1e9a398756e074f3574cffdfb31e5d40b2f956d + sha256sums = 92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5 sha256sums = 3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14 sha256sums = 1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6 sha256sums = 58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529 diff --git a/PKGBUILD b/PKGBUILD index bc400ea..f6be14c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=ida-pro-patched _pkgname=ida-pro pkgver=9.3.260213 -pkgrel=1 +pkgrel=2 pkgdesc="Hex-Rays IDA Pro" arch=('x86_64') url="https://hex-rays.com/ida-pro/" @@ -39,7 +39,7 @@ sha256sums=('2ed43ae4bb84d74dcae6f0099210dfa8d61bfea4952f5f9a07a9aae16cb70f82' 'SKIP' 'd5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d' 'SKIP' - '9490296e773cda6b03d4bbfbd1e9a398756e074f3574cffdfb31e5d40b2f956d' + '92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5' '3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14' '1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6' '58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529') diff --git a/com.hex-rays.ida.desktop b/com.hex-rays.ida.desktop index 709b6b5..fabd1e1 100644 --- a/com.hex-rays.ida.desktop +++ b/com.hex-rays.ida.desktop @@ -4,7 +4,7 @@ Comment=The Interactive Disassembler Exec=/usr/bin/ida %f StartupWMClass=com.hex-rays.ida Icon=ida-pro -MimeType=application/vnd.hex-rays.ida.database64;application/vnd.hex-rays.ida.database32 +MimeType=application/vnd.hex-rays.ida.database64;application/vnd.hex-rays.ida.database32,application/x-executable,application/x-sharedlib Terminal=false Type=Application Categories=Development