diff options
| author | Kr1ss | 2021-02-20 21:39:41 +0100 |
|---|---|---|
| committer | Kr1ss | 2021-02-20 21:39:41 +0100 |
| commit | a6143edd978cef67ae7ff772c8e0b65e52c8449a (patch) | |
| tree | e93d6e5392820663246a22e5a9bf6e2c1f202528 /PKGBUILD | |
| parent | a128551c117d54a8095053fcbe8985106ec3ba43 (diff) | |
| download | packages-a6143edd978cef67ae7ff772c8e0b65e52c8449a.tar.gz packages-a6143edd978cef67ae7ff772c8e0b65e52c8449a.tar.bz2 packages-a6143edd978cef67ae7ff772c8e0b65e52c8449a.zip | |
update: wapiti 3.0.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
| @@ -4,27 +4,31 @@ | |||
| 4 | 4 | ||
| 5 | pkgname=wapiti | 5 | pkgname=wapiti |
| 6 | 6 | ||
| 7 | pkgver=3.0.3 | 7 | pkgver=3.0.4 |
| 8 | pkgrel=3 | 8 | pkgrel=1 |
| 9 | 9 | ||
| 10 | pkgdesc='A comprehensive web app vulnerability scanner written in Python' | 10 | pkgdesc='A comprehensive web app vulnerability scanner written in Python' |
| 11 | arch=('any') | 11 | arch=('any') |
| 12 | url='http://wapiti.sourceforge.net/' | 12 | url="http://$pkgname.sourceforge.net" |
| 13 | license=('GPL') | 13 | license=('GPL') |
| 14 | 14 | ||
| 15 | makedepends=('python-setuptools' 'python-pip') | ||
| 15 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-tld' | 16 | depends=('python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-tld' |
| 16 | 'python-yaswfp' 'python-mako' 'python-pysocks') | 17 | 'python-yaswfp' 'python-mako' 'python-pysocks') |
| 17 | optdepends=('python-requests-kerberos: Kerberos authentication' | 18 | optdepends=('python-requests-kerberos: Kerberos authentication' |
| 18 | 'python-requests-ntlm: NTLM authentication') | 19 | 'python-requests-ntlm: NTLM authentication') |
| 19 | makedepends=('python-setuptools') | ||
| 20 | 20 | ||
| 21 | options=('zipman') | 21 | options=('zipman') |
| 22 | 22 | ||
| 23 | changelog=ChangeLog | 23 | changelog=ChangeLog |
| 24 | source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname${pkgver:0:1}-$pkgver.tar.gz") | 24 | source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname${pkgver:0:1}-$pkgver.tar.gz") |
| 25 | sha256sums=('059f778453ebf05b38e9c6c837d3b3eb9b8921c8fdc6d4029df89f2b0e84f5b7') | 25 | sha256sums=('8b696753a37506f0c3e8f542cb60e9f8198bb1bafd1a1dc97fbb9592becf31f3') |
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | prepare() { | ||
| 29 | rm -rf "$pkgname${pkgver:0:1}-$pkgver/tests" | ||
| 30 | } | ||
| 31 | |||
| 28 | build() { | 32 | build() { |
| 29 | cd "$pkgname${pkgver:0:1}-$pkgver" | 33 | cd "$pkgname${pkgver:0:1}-$pkgver" |
| 30 | python setup.py build | 34 | python setup.py build |
