summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
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
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
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')