summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d797c0623a8..50d002fe1112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: fatalis <fatalis@fatalis.pw>
pkgname=ida-free
pkgver=7.0.190307
-pkgrel=1
+pkgrel=2
pkgdesc="Freeware version of the world's smartest and most feature-full disassembler"
arch=('x86_64')
url='https://www.hex-rays.com/products/ida/'
license=('custom')
makedepends=('fakechroot')
options=('!strip')
-_installer='idafree70_linux.run'
-source=("https://out7.hex-rays.com/files/${_installer}"
+_originalname='idafree70_linux.run'
+_installer="${_originalname}-${pkgver}-${pkgrel}"
+source=("${_installer}::https://out7.hex-rays.com/files/${_originalname}"
'ida-free.desktop')
sha256sums=('5a39b6ae384c171017412fc81e6da2a37b5e83809f6ea27c8888f1e5746947ba'
'55f2ed3f165df6efb5f7975b17d8e53bee1d88cad33efb9d4422402213d17440')