summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-04-26 21:56:21 +0100
committerFFY002018-04-26 21:56:21 +0100
commit1961e2a66087b0e4f75ea060d18e54835281b180 (patch)
treeb10858e2ad8fcfb623f8110a4187332a41257cb2
parente732b29a558454765d382c5e4acd6673999fd800 (diff)
downloadaur-1961e2a66087b0e4f75ea060d18e54835281b180.tar.gz
pkgbuild: update build
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e642987c6252..7f1866014509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,10 @@ pkgbase = sparta
arch = any
license = GPL2
depends = python2
- depends = python2-pyqt4
+ depends = python2-pyqt4<=4.10.0
depends = python2-elixir
depends = python2-lxml
- optdepends = cutycap: take screenshots of websites
+ optdepends = cutycapt: take screenshots of websites
provides = sparta
conflicts = sparta
source = https://github.com/SECFORCE/sparta/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index df59d4788ae2..5a079db217d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgdesc="Is a python GUI application which simplifies network infrastructure pen
arch=('any')
url="http://sparta.secforce.com/"
license=('GPL2')
-depends=('python2' 'python2-pyqt4' 'python2-elixir' 'python2-lxml')
-optdepends=('cutycap: take screenshots of websites')
-makedeps=('nmap' 'hydra' 'cutycapt-svn' 'nikto')
+depends=('python2' 'python2-pyqt4<=4.10.0' 'python2-elixir' 'python2-lxml')
+optdepends=('cutycapt: take screenshots of websites')
+makedeps=('nmap' 'hydra' 'nikto')
provides=('sparta')
conflicts=('sparta')
source=(
@@ -23,8 +23,6 @@ md5sums=(
)
package() {
- msg2 "Installing sparta..."
-
install -dm 755 "$pkgdir/usr/bin/"
install -dm 755 "$pkgdir/usr/share/$pkgname"