summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Maslowski2020-10-06 00:29:47 +0200
committerDaniel Maslowski2020-10-06 00:29:47 +0200
commit6a3c2d4c15a635558ded0dc563204a27fd878b08 (patch)
treed10f59286886e3feb68cac78f28229284a276a28 /PKGBUILD
parent37c890e70052b5e587fdc661ced28e6dd2213865 (diff)
downloadaur-6a3c2d4c15a635558ded0dc563204a27fd878b08.tar.gz
move git to makedepends where it belongs -.-
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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)