summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofiane Hamlaoui2020-09-16 21:43:47 +0200
committerSofiane Hamlaoui2020-09-16 21:43:47 +0200
commit23704a3425117f27c1658d305ac3a6df92485712 (patch)
tree1bb992d0ca3690a8732fee699e1f1c8023cc8f3f
parent27dcef3856ee714d466bcf5ddcb08ae034e739eb (diff)
downloadaur-23704a3425117f27c1658d305ac3a6df92485712.tar.gz
Fixes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2fd61695fa2..a4b2037d0b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,36 +1,30 @@
-pkgbase = lockdoor
+pkgbase = lockdoor-git
pkgdesc = A penetration testing framework with cyber security resources
pkgver = 2.2.4
pkgrel = 1
url = http://github.com/SofianeHamlaoui/Lockdoor-Framework
arch = any
license = GPL3
+ makedepends = git
depends = python
depends = python-pip
depends = python-requests
depends = python2
depends = python2-pip
- depends = gcc
depends = ruby
depends = php
depends = git
depends = wget
- depends = curl
depends = netcat
depends = subversion
depends = jre-openjdk
- depends = make
- depends = automake
- depends = gcc
depends = linux-headers
- depends = gzip
depends = rsync
- depends = wget
provides = lockdoor-framework
conflicts = lockdoor-framework
options = !strip
source = lockdoor-framework::git+https://github.com/Lockdoor-Framework/Lockdoor-Framework
sha256sums = SKIP
-pkgname = lockdoor
+pkgname = lockdoor-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a00c2cbb633..61de78cd7312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sofiane Hamlaoui <s0fianehaml40u1 at gmail dot com>
-pkgname=lockdoor
+pkgname=lockdoor-git
_pkgname=lockdoor-framework
pkgver=2.2.4
pkgrel=1
@@ -8,10 +8,10 @@ pkgdesc="A penetration testing framework with cyber security resources"
url="http://github.com/SofianeHamlaoui/Lockdoor-Framework"
arch=('any')
license=('GPL3')
-depends=('python' 'python-pip' 'python-requests' 'python2' 'python2-pip' 'gcc' 'ruby' 'php' 'git' 'wget' 'curl' 'netcat' 'subversion' 'jre-openjdk' 'make' 'automake' 'gcc' 'linux-headers' 'gzip' 'rsync' 'wget')
+depends=('python' 'python-pip' 'python-requests' 'python2' 'python2-pip' 'ruby' 'php' 'git' 'wget' 'netcat' 'subversion' 'jre-openjdk' 'linux-headers' 'rsync')
optdepends=()
optdepends=()
-makedepends=()
+makedepends=('git')
provides=('lockdoor-framework')
options=(!strip)
conflicts=("${_pkgname}")