summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f112f43b056..655eeeb2667d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Mar 25 02:04:50 UTC 2019
pkgbase = mad-metasploit-git
pkgdesc = A Collection of Metasploit Plugins, Modules and Scripts
pkgver = r125.61eed15
@@ -10,8 +8,6 @@ pkgbase = mad-metasploit-git
makedepends = git
depends = ruby
depends = metasploit
- optdepends = arachni: arachni web scanner plugin
- optdepends = searchsploit: db_exploit plugin
provides = mad-metasploit
conflicts = mad-metasploit
source = mad-metasploit::git+https://github.com/hahwul/mad-metasploit.git
diff --git a/PKGBUILD b/PKGBUILD
index 6c90fd48ba95..708c20765846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ url="https://www.hahwul.com/p/mad-metasploit.html"
license=('MIT')
depends=('ruby' 'metasploit')
makedepends=('git')
-optdepends=(
- "arachni: arachni web scanner plugin"
- "searchsploit: db_exploit plugin"
-)
+#optdepends=(
+# "arachni-scanner: arachni web scanner plugin" # This used to have a seriously broken PKGBUILD
+# "searchsploit: db_exploit plugin" # Broken Link
+#)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/hahwul/mad-metasploit.git")