summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGamehunterKaan2022-09-09 12:19:26 +0300
committerGamehunterKaan2022-09-09 12:19:26 +0300
commitb129305114be03f8610d29f0e77dc104fa2ba9ae (patch)
tree6e1944c5b027520b5b9f86bb0b229d18c97e4f0b
parent2ff898b9b940d094c98cf8785db90c2126f2a3ce (diff)
downloadaur-b129305114be03f8610d29f0e77dc104fa2ba9ae.tar.gz
Version 2.1.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad2026ddbdf6..4e24b6300860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-autopwn-suite
pkgdesc = AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically.
- pkgver = 2.1.3
+ pkgver = 2.1.5
pkgrel = 1
url = https://auto.pwnspot.com
arch = any
@@ -12,7 +12,8 @@ pkgbase = python-autopwn-suite
depends = python-nmap
depends = python-bs4
depends = python-distro
- source = autopwn-suite-2.1.3.tar.gz::https://files.pythonhosted.org/packages/source/a/autopwn-suite/autopwn-suite-2.1.3.tar.gz
+ depends = nmap
+ source = autopwn-suite-2.1.5.tar.gz::https://files.pythonhosted.org/packages/source/a/autopwn-suite/autopwn-suite-2.1.5.tar.gz
sha512sums = SKIP
pkgname = python-autopwn-suite
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")