summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadioLogic2024-04-24 15:18:39 -0400
committerRadioLogic2024-04-24 15:18:39 -0400
commit504febe5a9cdb3a8d7a1a85888ba3813ac12027a (patch)
tree1a41e27302861f832ba12d6174a1701e3053e510
parent636e3ad4e7ece3c6d5136592ecdbb32b61177e28 (diff)
downloadaur-504febe5a9cdb3a8d7a1a85888ba3813ac12027a.tar.gz
Corrected depends and makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e5dbce87359..7179e15a9e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgrel=2
pkgdesc="Empire is a PowerShell and Python 3.x post-exploitation framework"
url="https://github.com/BC-SECURITY/Empire"
arch=('any')
-depends=('dotnet-sdk-6.0' 'powershell' 'openssl')
-makedepends=('tar' 'python-poetry' 'findutils')
+depends=('python' 'dotnet-sdk-6.0' 'powershell' 'openssl')
+makedepends=('tar' 'python-poetry' 'findutils' 'coreutils' 'openssl')
optdepends=(
'mysql: stager data can be placed in database'
'xar: enables generating .dmg stagers'