summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodemunchies2017-02-22 21:23:37 -0500
committercodemunchies2017-02-22 21:23:37 -0500
commit315317db04610d9e77cf3044322a85c2ee9869d0 (patch)
tree942b072d6fbd7018de7be0f748ae741449a53874
parent0a19741bd5ddcab350970d4a49c64ce79da905b3 (diff)
downloadaur-315317db04610d9e77cf3044322a85c2ee9869d0.tar.gz
Fixed issue with array being used in URL parameter.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0eb1ccb79a..4a0c06cab5f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = websploit
pkgdesc = An open source project for, social engineering works, scanning, crawling and analysis, automatic exploiter, and network attacks
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/websploit/
arch = any
license = Unknown
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')