From 6ebe5926436496c429d7bdf17f43616981ce1889 Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Tue, 23 Nov 2021 16:14:21 +0100 Subject: rename python-python-socks dependency Ref.: https://aur.archlinux.org/packages/wapiti/#comment-837293 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index acfbc23..2078259 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 54c6e8d..8924bee 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') -- cgit v1.2.3-70-g09d2