summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSofiane Hamlaoui2020-09-16 21:43:47 +0200
committerSofiane Hamlaoui2020-09-16 21:43:47 +0200
commit23704a3425117f27c1658d305ac3a6df92485712 (patch)
tree1bb992d0ca3690a8732fee699e1f1c8023cc8f3f /PKGBUILD
parent27dcef3856ee714d466bcf5ddcb08ae034e739eb (diff)
downloadaur-23704a3425117f27c1658d305ac3a6df92485712.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}")