summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da9640b6d51f..5f1a797b62ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-autopwn-suite
_pyname=autopwn-suite
-pkgver=2.1.3
+pkgver=2.1.5
pkgrel=1
pkgdesc="AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically."
url="https://auto.pwnspot.com"
arch=("any")
-depends=("python" "python-requests" "python-rich" "python-nmap" "python-bs4" "python-distro")
+depends=("python" "python-requests" "python-rich" "python-nmap" "python-bs4" "python-distro" "nmap")
makedepends=("python-setuptools")
license=("EULA")
source=("${_pyname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/a/${_pyname}/${_pyname}-${pkgver}.tar.gz")