summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofiane Hamlaoui2021-06-16 22:44:20 +0200
committerSofiane Hamlaoui2021-06-16 22:44:20 +0200
commit2205b267c8c973ceea8b5175bad3bbac6017e5dc (patch)
treee13352ccb6f3c8e40826218b7c621827140f8ce9
parente9e95777c2e82eb1b8e8d895aab313a0a944cf1b (diff)
parent7ec1c9fd5e7b9e90b391ebc8608566b43d502458 (diff)
downloadaur-lockdoor.tar.gz
v2.3
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfebe5bbcb14..95b13abb5bef 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,27 +5,21 @@ pkgbase = lockdoor
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
diff --git a/PKGBUILD b/PKGBUILD
index 9f7ddf45d2f0..76553250cde6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")