summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2020-10-06 00:29:47 +0200
committerDaniel Maslowski2020-10-06 00:29:47 +0200
commit6a3c2d4c15a635558ded0dc563204a27fd878b08 (patch)
treed10f59286886e3feb68cac78f28229284a276a28
parent37c890e70052b5e587fdc661ced28e6dd2213865 (diff)
downloadaur-6a3c2d4c15a635558ded0dc563204a27fd878b08.tar.gz
move git to makedepends where it belongs -.-
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17658d3582bc..4d4d4e3333cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = graphqlmap-git
pkgdesc = scripting engine to interact with a GraphQL endpoint for pentesting purposes
pkgver = r44.87b5626
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/swisskyrepo/GraphQLmap
arch = any
license = MIT
- depends = git
+ makedepends = git
depends = python
depends = python-setuptools
depends = python-argparse
diff --git a/PKGBUILD b/PKGBUILD
index 4791c13699d2..295bcaebfd71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@
_pyname=graphqlmap
pkgname=graphqlmap-git
pkgver=r44.87b5626
-pkgrel=2
+pkgrel=3
pkgdesc="scripting engine to interact with a GraphQL endpoint for pentesting purposes"
arch=('any')
url="https://github.com/swisskyrepo/GraphQLmap"
license=('MIT')
depends=(
- 'git'
'python'
'python-setuptools'
'python-argparse'
'python-requests'
)
+makedepends=(
+ 'git'
+)
provides=("$_pyname")
conflicts=(graphqlmap)
options=(!emptydirs)