summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-05-03 11:37:44 -0400
committerJean Lucas2019-05-03 11:37:44 -0400
commitf2a667593a8c35c825e6400d91b2171c2f031977 (patch)
tree317ac2a155f1aa86287f2f74bd6021ee96a4ce9d
parentcdcb0867be7286149a7fb5e3c453b5cd9b7e844f (diff)
downloadaur-f2a667593a8c35c825e6400d91b2171c2f031977.tar.gz
Update directory path for build to succeed, add provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9cbae1b2a30..0ce3d3674d3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 19 00:14:47 UTC 2019
+# Fri May 3 15:36:29 UTC 2019
pkgbase = ghidra-git
pkgdesc = Software reverse engineering framework (git)
- pkgver = 9.0.2+78+g030cf8e9
+ pkgver = 9.0.2+201+gc004a11c
pkgrel = 1
url = https://github.com/NationalSecurityAgency/ghidra
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = ghidra-git
makedepends = unzip
depends = java-environment>=11
depends = bash
+ provides = ghidra
conflicts = ghidra
conflicts = ghidra-bin
noextract = AXMLPrinter2.jar
diff --git a/PKGBUILD b/PKGBUILD
index d0066f099a7a..46caef69ea53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Danny Bautista <pyrolagus@gmail.com>
pkgname=ghidra-git
-pkgver=9.0.2+78+g030cf8e9
+pkgver=9.0.2+201+gc004a11c
_d2j=2.0
_yajsw=12.12
_hfsx=0.21
@@ -11,6 +11,7 @@ pkgdesc='Software reverse engineering framework (git)'
arch=(x86_64)
url=https://github.com/NationalSecurityAgency/ghidra
license=(Apache)
+provides=(ghidra)
conflicts=(ghidra ghidra-bin)
depends=('java-environment>=11' bash)
makedepends=(gradle unzip)
@@ -67,7 +68,7 @@ EOF
install -Dm 644 ../yajsw-stable-$_yajsw.zip -t Ghidra/Features/GhidraServer
# Ignore lack of licensing for YAJSW zip and packed FID datasets
- sed -i '/FileTree tree/a\\t\texclude "yajsw-stable-**.zip"\n\t\texclude "src/main/fidb/**.fidb"' gradleScripts/ip.gradle
+ sed -i '/FileTree tree/a\\t\texclude "yajsw-stable-**.zip"\n\t\texclude "src/main/fidb/**.fidb"' gradle/support/ip.gradle
# Add FID datasets
install -Dm 644 ../ghidra-data/FunctionID/*.fidb -t Ghidra/Features/FunctionID/src/main/fidb