From dd2492fcc1500dd63906d3f1a5d7b577ce8a696a Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Sun, 19 Dec 2021 15:17:22 +0100 Subject: fix upstream url --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 183efd9..4c3567a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = wapiti pkgdesc = Comprehensive web app vulnerability scanner written in Python pkgver = 3.0.9 pkgrel = 1 - url = https://wapiti.sourceforge.net + url = https://sourceforge.net/projects/wapiti changelog = ChangeLog arch = any license = GPL diff --git a/PKGBUILD b/PKGBUILD index f28ef05..51880ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Comprehensive web app vulnerability scanner written in Python' arch=('any') -url="https://$pkgname.sourceforge.net" +url="https://sourceforge.net/projects/$pkgname" license=('GPL') makedepends=('python-setuptools' 'python-pip') -- cgit v1.2.3-70-g09d2