summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2021-12-19 15:20:48 +0100
committerKr1ss2021-12-19 15:20:48 +0100
commitcbc932e5dd629897cb28f4e581a7a87135f138b9 (patch)
treec9766e16682fad71185920a1ab3f98bf89a0811f /PKGBUILD
parentdd2492fcc1500dd63906d3f1a5d7b577ce8a696a (diff)
downloadpackages-cbc932e5dd629897cb28f4e581a7a87135f138b9.tar.gz
packages-cbc932e5dd629897cb28f4e581a7a87135f138b9.tar.bz2
packages-cbc932e5dd629897cb28f4e581a7a87135f138b9.zip
fix upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51880ec..5c52fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
10 10
11pkgdesc='Comprehensive web app vulnerability scanner written in Python' 11pkgdesc='Comprehensive web app vulnerability scanner written in Python'
12arch=('any') 12arch=('any')
13url="https://sourceforge.net/projects/$pkgname" 13url="https://$pkgname-scanner.github.io"
14license=('GPL') 14license=('GPL')
15 15
16makedepends=('python-setuptools' 'python-pip') 16makedepends=('python-setuptools' 'python-pip')