summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'