summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadioLogic2023-07-01 14:14:57 -0400
committerRadioLogic2023-07-01 14:14:57 -0400
commita21094732cc4d372c940392bc25fd3a5cc861816 (patch)
tree05c7f83de5d366dcd0faf2124f289fc559615df6
parent2998e35b079c0a1455ccc170ba948db0ca156b90 (diff)
downloadaur-a21094732cc4d372c940392bc25fd3a5cc861816.tar.gz
Fixed uvicorn dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ecc77109f57..d8ccbfe6df3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powershell-empire
pkgdesc = Empire is a PowerShell and Python 3.x post-exploitation framework
pkgver = 5.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BC-SECURITY/Empire
arch = any
license = BSD-3-Clause
@@ -16,7 +16,7 @@ pkgbase = powershell-empire
depends = python-humanize
depends = python-setuptools
depends = python-pyperclip
- depends = python-uvicorn
+ depends = uvicorn
depends = python-fastapi
depends = python-sqlalchemy
depends = python-jose
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'