summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-11-23 16:14:21 +0100
committerKr1ss2021-11-23 16:14:21 +0100
commit6ebe5926436496c429d7bdf17f43616981ce1889 (patch)
tree55bd1124f31a284cf761da4f7ac913eb6f47f158
parent9b295606ad0e00e6e3aa0ce2657162aa85ff5d14 (diff)
downloadaur-6ebe5926436496c429d7bdf17f43616981ce1889.tar.gz
rename python-python-socks dependency
Ref.: https://aur.archlinux.org/packages/wapiti/#comment-837293
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acfbc2310fc1..207825905fb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wapiti
- pkgdesc = A comprehensive web app vulnerability scanner written in Python
+ pkgdesc = Comprehensive web app vulnerability scanner written in Python
pkgver = 3.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://wapiti.sourceforge.net
changelog = ChangeLog
arch = any
@@ -14,7 +14,7 @@ pkgbase = wapiti
depends = python-yaswfp
depends = python-browser-cookie3
depends = python-mako
- depends = python-python_socks
+ depends = python-python-socks
depends = python-tld
depends = python-httpx
depends = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 54c6e8df77e0..8924bee7390d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
pkgname=wapiti
pkgver=3.0.8
-pkgrel=1
+pkgrel=2
-pkgdesc='A comprehensive web app vulnerability scanner written in Python'
+pkgdesc='Comprehensive web app vulnerability scanner written in Python'
arch=('any')
url="https://$pkgname.sourceforge.net"
license=('GPL')
makedepends=('python-setuptools' 'python-pip')
depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3'
- 'python-mako' 'python-python_socks' 'python-tld' 'python-httpx' 'python-httpx-socks'
+ 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-httpx-socks'
'python-aiocache' 'python-sqlalchemy')
optdepends=('python-requests-kerberos: Kerberos authentication'
'python-requests-ntlm: NTLM authentication')