summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfatalis2018-11-19 00:47:00 -0600
committerfatalis2018-11-19 00:47:00 -0600
commit65399ce4d9358b9ce5ed4503bdf18e6a4e9b1076 (patch)
treefe8329128320749312d1f46fdc8094fcad996dac
parent9d2261003a255adb5f83b8a2bbc0f97d90bcb902 (diff)
downloadaur-65399ce4d9358b9ce5ed4503bdf18e6a4e9b1076.tar.gz
Fix inclusion of help file so that F1 works
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21bd906bfa99..52ad19aeacdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ida-free
pkgdesc = Freeware version of the world's smartest and most feature-full disassembler
pkgver = 7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.hex-rays.com/products/ida/
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = ida-free
source = https://out7.hex-rays.com/files/idafree70_linux.run
source = ida-free.desktop
sha256sums = e38333d6cf844706ec48d154e64740b9b125c388f7b3a541104ba0a9a61321ab
- sha256sums = SKIP
+ sha256sums = 55f2ed3f165df6efb5f7975b17d8e53bee1d88cad33efb9d4422402213d17440
pkgname = ida-free
diff --git a/PKGBUILD b/PKGBUILD
index 5d9f3d40a063..217b4f80c046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fatalis <fatalis@fatalis.pw>
pkgname=ida-free
pkgver=7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Freeware version of the world's smartest and most feature-full disassembler"
arch=('x86_64')
url='https://www.hex-rays.com/products/ida/'
@@ -12,7 +12,7 @@ _installer='idafree70_linux.run'
source=("https://out7.hex-rays.com/files/${_installer}"
'ida-free.desktop')
sha256sums=('e38333d6cf844706ec48d154e64740b9b125c388f7b3a541104ba0a9a61321ab'
- 'SKIP')
+ '55f2ed3f165df6efb5f7975b17d8e53bee1d88cad33efb9d4422402213d17440')
package() {
install -d "${pkgdir}"/opt/${pkgname}
@@ -31,9 +31,9 @@ package() {
# the installer needlessly makes a lot of files executable
find "${pkgdir}"/opt/${pkgname} -type f -exec chmod -x {} \;
- chmod +x "${pkgdir}"/opt/${pkgname}/ida64
+ chmod +x "${pkgdir}"/opt/${pkgname}/{ida64,assistant}
- rm "${pkgdir}"/opt/${pkgname}/{uninstall*,Uninstall*,assistant}
+ rm "${pkgdir}"/opt/${pkgname}/{uninstall*,Uninstall*}
install "${srcdir}"/ida-free.desktop "${pkgdir}"/usr/share/applications
ln -s /opt/${pkgname}/appico64.png "${pkgdir}"/usr/share/icons/ida-free.png