summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39f48727214c..af39bc41b89d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = graphqlmap-git
pkgdesc = scripting engine to interact with a GraphQL endpoint for pentesting purposes
- pkgver = r44.87b5626
- pkgrel = 3
+ pkgver = r63.59305d7
+ pkgrel = 1
url = https://github.com/swisskyrepo/GraphQLmap
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python
- depends = python-argparse
depends = python-requests
depends = python-rl
provides = graphqlmap
conflicts = graphqlmap
options = !emptydirs
- source = https://github.com/swisskyrepo/graphqlmap.git
- sha512sums = 28a6def2655bc71b0914231d779d2efa140a6fd9c5b1c2de1361cd4669cff251bd6052ac1d3bf988f9f554f44c8e71176b3099327e922cee5794ac82de3cb317
+ source = git+https://github.com/swisskyrepo/graphqlmap.git
+ sha512sums = SKIP
pkgname = graphqlmap-git
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"