summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac95698120e..4851604b6dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 3 15:39:50 UTC 2019
+# Sat May 4 18:27:47 UTC 2019
pkgbase = ghidra-bin
pkgdesc = Software reverse engineering framework (bin)
pkgver = 9.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://ghidra-sre.org
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 7529f8e0d5f2..ca401c4ceee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ghidra-bin
pkgver=9.0.2
_date=20190403
-pkgrel=2
+pkgrel=3
pkgdesc='Software reverse engineering framework (bin)'
arch=(x86_64)
url=https://ghidra-sre.org
@@ -17,6 +17,6 @@ sha512sums=('865eb93029ca56936e444c76d442d14f71d7c3f59c2a19c67175759c918b8500e17
package() {
install -d "$pkgdir"/{opt,usr/bin}
- cp -a ghidra-$pkgver "$pkgdir"/opt/ghidra
+ cp -a ghidra_$pkgver "$pkgdir"/opt/ghidra
ln -s /opt/ghidra/ghidraRun "$pkgdir"/usr/bin/ghidra
}