summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcodemunchies2017-02-22 21:23:37 -0500
committercodemunchies2017-02-22 21:23:37 -0500
commit315317db04610d9e77cf3044322a85c2ee9869d0 (patch)
tree942b072d6fbd7018de7be0f748ae741449a53874 /PKGBUILD
parent0a19741bd5ddcab350970d4a49c64ce79da905b3 (diff)
downloadaur-websploit.tar.gz
Fixed issue with array being used in URL parameter.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4f3a561d0d1..07bb766f49f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=websploit
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open source project for, social engineering works, scanning, crawling and analysis, automatic exploiter, and network attacks"
arch=('any')
-url=('http://code.google.com/p/websploit/')
+url='http://code.google.com/p/websploit/'
license=('Unknown')
source=("http://sourceforge.net/projects/websploit/files/WebSploit%20Framework%20V.3.0.0/WebSploit-Framework-${pkgver}.tar.gz")
depends=('python2' 'scapy')