diff options
author | RadioLogic | 2024-04-24 15:19:39 -0400 |
---|---|---|
committer | RadioLogic | 2024-04-24 15:19:39 -0400 |
commit | c63ead5e18db3c221ec9dab568a898d38bae75a0 (patch) | |
tree | d00b9cceb33101220a62e885d63570d2e90f7db0 /PKGBUILD | |
parent | 6cb7418e1eead73e522e8e1474b6e25276276da2 (diff) | |
download | aur-c63ead5e18db3c221ec9dab568a898d38bae75a0.tar.gz |
Added python to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ 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') +depends=('python' 'dotnet-sdk-6.0' 'powershell' 'openssl') makedepends=('git' 'python-poetry' 'findutils' 'coreutils' 'sed' 'openssl') optdepends=( 'mysql: stager data can be placed in database' |