diff options
author | Kr1ss | 2021-12-19 15:17:22 +0100 |
---|---|---|
committer | Kr1ss | 2021-12-19 15:17:22 +0100 |
commit | dd2492fcc1500dd63906d3f1a5d7b577ce8a696a (patch) | |
tree | e900e599f3495206a343197ce72258380ff9f5bb | |
parent | ba4633a1a21af5b1409d9c9d868ba9d2fd340da8 (diff) | |
download | packages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.tar.gz packages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.tar.bz2 packages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.zip |
fix upstream url
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgbase = wapiti | |||
2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python | 2 | pkgdesc = Comprehensive web app vulnerability scanner written in Python |
3 | pkgver = 3.0.9 | 3 | pkgver = 3.0.9 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://wapiti.sourceforge.net | 5 | url = https://sourceforge.net/projects/wapiti |
6 | changelog = ChangeLog | 6 | changelog = ChangeLog |
7 | arch = any | 7 | arch = any |
8 | license = GPL | 8 | license = GPL |
@@ -10,7 +10,7 @@ pkgrel=1 | |||
10 | 10 | ||
11 | pkgdesc='Comprehensive web app vulnerability scanner written in Python' | 11 | pkgdesc='Comprehensive web app vulnerability scanner written in Python' |
12 | arch=('any') | 12 | arch=('any') |
13 | url="https://$pkgname.sourceforge.net" | 13 | url="https://sourceforge.net/projects/$pkgname" |
14 | license=('GPL') | 14 | license=('GPL') |
15 | 15 | ||
16 | makedepends=('python-setuptools' 'python-pip') | 16 | makedepends=('python-setuptools' 'python-pip') |