summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-04-23 08:01:44 +0800
committerzxp198210052023-04-23 08:01:44 +0800
commitbfa16023bfa355e1075ec801bad451ef8788f109 (patch)
tree20e89928dc9a81d105e595eb09805726dc672ce4
parent06c37dfa17d1a42c6726d267e88e847ea46848c6 (diff)
downloadaur-bfa16023bfa355e1075ec801bad451ef8788f109.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0a724acfa7..6c18e25f3e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wapiti
pkgdesc = Comprehensive web app vulnerability scanner written in Python
pkgver = 3.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://wapiti-scanner.github.io
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 06f699ef6a87..1df9203d3597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor : mickael9 <mickael9 at gmail dot com>
pkgname=wapiti
pkgver=3.1.7
-pkgrel=1
+pkgrel=2
pkgdesc='Comprehensive web app vulnerability scanner written in Python'
arch=('any')
-url="https://${pkgname}-scanner.github.io"
+url="https://wapiti-scanner.github.io"
_githuburl="https://github.com/wapiti-scanner/wapiti"
license=('GPL2')
makedepends=('python-setuptools')
-depends=('python>=3.9' python-cryptography python-soupsieve python-mako python-setuptools python-beautifulsoup4 \
- python-importlib-metadata python-httpx)
+depends=('python>=3.9' 'python-cryptography' 'python-soupsieve' 'python-mako' 'python-setuptools' \
+ 'python-beautifulsoup4' 'python-importlib-metadata' 'python-httpx')
optdepends=('python-requests-kerberos: Kerberos authentication'
'python-requests-ntlm: NTLM authentication')
options=('zipman')