summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-08-08 19:48:41 -0400
committerGI_Jack2019-08-08 19:48:41 -0400
commit0ed319b2c7b1395c59d4b8f6a42022ab7d5147ec (patch)
treeb8da7a8fd4cd95bab0e10fe04725d812252621df
parent91465ce8bd51eb3023709b0b3ab5b4b87138bedc (diff)
downloadaur-0ed319b2c7b1395c59d4b8f6a42022ab7d5147ec.tar.gz
commented out opt-deps
-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")