summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-04-06 01:37:54 -0400
committerJean Lucas2019-04-06 01:37:54 -0400
commitec4f08d22184edb43d2fcd16c4db18dd0dc72d42 (patch)
treedbddfd61180cd784e680b080ce96c925b1986eca
parent129433ee68b97a994a7125d56838de84b2917105 (diff)
downloadaur-ec4f08d22184edb43d2fcd16c4db18dd0dc72d42.tar.gz
i686 is not supported, add bash to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f10891ee6c7..fdcec61f47cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 5 17:22:35 UTC 2019
+# Sat Apr 6 05:37:30 UTC 2019
pkgbase = ghidra-git
pkgdesc = Software reverse engineering framework (git)
pkgver = 9.0.2+10+g49c2010
pkgrel = 1
url = https://github.com/NationalSecurityAgency/ghidra
- arch = i686
arch = x86_64
license = Apache
makedepends = gradle
makedepends = unzip
depends = java-environment>=11
+ depends = bash
conflicts = ghidra
conflicts = ghidra-bin
noextract = AXMLPrinter2.jar
diff --git a/PKGBUILD b/PKGBUILD
index 43d28a2d32eb..5f24a8a9ee27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _yajsw=12.12
_hfsx=0.21
pkgrel=1
pkgdesc='Software reverse engineering framework (git)'
-arch=(i686 x86_64)
+arch=(x86_64)
url=https://github.com/NationalSecurityAgency/ghidra
license=(Apache)
conflicts=(ghidra ghidra-bin)
-depends=('java-environment>=11')
+depends=('java-environment>=11' bash)
makedepends=(gradle unzip)
source=(git+$url
repositories