summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGamehunterKaan2022-09-09 12:19:26 +0300
committerGamehunterKaan2022-09-09 12:19:26 +0300
commitb129305114be03f8610d29f0e77dc104fa2ba9ae (patch)
tree6e1944c5b027520b5b9f86bb0b229d18c97e4f0b /PKGBUILD
parent2ff898b9b940d094c98cf8785db90c2126f2a3ce (diff)
downloadaur-python-autopwn-suite.tar.gz
Version 2.1.5
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")