summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-10-11 00:46:15 +0100
committerGrey Christoforo2019-10-11 00:46:15 +0100
commit233df006cff1b6aeef6e3a5410de5cff0e877649 (patch)
tree7b2a3a84193f894886d5af26765181e337c2e791 /PKGBUILD
parent3d2aa3495e5bf081f6a947f4350dc08aded2e821 (diff)
downloadaur-233df006cff1b6aeef6e3a5410de5cff0e877649.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35b43a4a3409..e0ff785fdbb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="runtime mobile exploration"
arch=('any')
url=https://github.com/sensepost/objection
license=('GPLv3')
-depends=(python python-flask python-click python-frida python-frida-tools python-tabulate python-prompt_toolkit)
+depends=(python python-flask python-click python-frida python-frida-tools python-tabulate python-prompt_toolkit python-delegator)
makedepends=('python-setuptools')
source=(https://github.com/sensepost/objection/archive/${pkgver}.tar.gz)
sha256sums=('f3caee908f98e3ed2fe5c4e1555c2a85e371aadde8d273b033f5bcbd52617419')