summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadioLogic2023-07-01 14:14:57 -0400
committerRadioLogic2023-07-01 14:14:57 -0400
commita21094732cc4d372c940392bc25fd3a5cc861816 (patch)
tree05c7f83de5d366dcd0faf2124f289fc559615df6 /PKGBUILD
parent2998e35b079c0a1455ccc170ba948db0ca156b90 (diff)
downloadaur-a21094732cc4d372c940392bc25fd3a5cc861816.tar.gz
Fixed uvicorn dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e7289071e6b..ab094940abb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=powershell-empire
_name=Empire
pkgver=5.1.2
-pkgrel=1
+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' 'python-docopt' 'python-prompt_toolkit' 'python-terminaltables' 'python-requests' python-socketio python-humanize python-setuptools python-pyperclip python-uvicorn python-fastapi python-sqlalchemy python-jose python-passlib python-sqlalchemy-utc python-pymysql)
+depends=('dotnet-sdk-6.0' 'powershell' 'openssl' 'python-docopt' 'python-prompt_toolkit' 'python-terminaltables' 'python-requests' python-socketio python-humanize python-setuptools python-pyperclip uvicorn python-fastapi python-sqlalchemy python-jose python-passlib python-sqlalchemy-utc python-pymysql)
optdepends=(
'mysql: stager data can be placed in database'
'xar: enables generating .dmg stagers'