summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2021-12-19 15:17:22 +0100
committerKr1ss2021-12-19 15:17:22 +0100
commitdd2492fcc1500dd63906d3f1a5d7b577ce8a696a (patch)
treee900e599f3495206a343197ce72258380ff9f5bb /PKGBUILD
parentba4633a1a21af5b1409d9c9d868ba9d2fd340da8 (diff)
downloadpackages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.tar.gz
packages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.tar.bz2
packages-dd2492fcc1500dd63906d3f1a5d7b577ce8a696a.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 f28ef05..51880ec 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://$pkgname.sourceforge.net" 13url="https://sourceforge.net/projects/$pkgname"
14license=('GPL') 14license=('GPL')
15 15
16makedepends=('python-setuptools' 'python-pip') 16makedepends=('python-setuptools' 'python-pip')