summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-09-08 23:31:49 +0200
committerNarrat2023-09-08 23:31:49 +0200
commita756b863ab70f8dcbe14e1d5a6f8c7220eeed39c (patch)
treefec59853520ae8d96cbc3c44d847ecf537d1e98f
parentba543af5fddad786db9a35e128c414c9555bed1e (diff)
downloadaur-a756b863ab70f8dcbe14e1d5a6f8c7220eeed39c.tar.gz
sparta: adjust upstream url
original one is dead
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d64f6aa98b..0fdfe7ff95ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sparta
pkgdesc = Python GUI application which simplifies network infrastructure penetration testing.
pkgver = 2.0.0
pkgrel = 1
- url = https://sparta.secforce.com
+ url = https://github.com/SECFORCE/sparta
arch = any
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6f23ac71a0d2..159db2b231d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _commit=d95993d283d69eb76d30565cea6ad49976685b5f
pkgrel=1
pkgdesc='Python GUI application which simplifies network infrastructure penetration testing.'
arch=('any')
-url='https://sparta.secforce.com'
+url="https://github.com/SECFORCE/sparta"
license=('GPL2')
depends=('python-pyqt5' 'python-lxml')
makedepends=('git')