summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-12-09 19:04:22 +0100
committerMichał Wojdyła2023-12-09 19:04:22 +0100
commite159b583a260c983c8519498eaccc2ac7364c970 (patch)
tree03cfc56b80200cf26e10c4f4349de35e07169cba /PKGBUILD
parent6e313a897f59c0d6057ff13753c355cd342895f1 (diff)
downloadaur-graphqlmap-git.tar.gz
remove argparse from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ea52662493d..8ce9ecad8473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Maintainer: Daniel Maslowski <info@orangecms.org>
_pyname=graphqlmap
pkgname=graphqlmap-git
-pkgver=r44.87b5626
-pkgrel=3
+pkgver=r63.59305d7
+pkgrel=1
pkgdesc="scripting engine to interact with a GraphQL endpoint for pentesting purposes"
arch=('any')
url="https://github.com/swisskyrepo/GraphQLmap"
license=('MIT')
depends=(
'python'
- 'python-argparse'
'python-requests'
'python-rl'
)
@@ -22,9 +22,9 @@ provides=("$_pyname")
conflicts=(graphqlmap)
options=(!emptydirs)
source=(
- https://github.com/swisskyrepo/$_pyname.git
+ git+https://github.com/swisskyrepo/$_pyname.git
)
-sha512sums=('28a6def2655bc71b0914231d779d2efa140a6fd9c5b1c2de1361cd4669cff251bd6052ac1d3bf988f9f554f44c8e71176b3099327e922cee5794ac82de3cb317')
+sha512sums=('SKIP')
pkgver() {
cd "$_pyname"