summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Gabryel2019-10-31 06:58:26 +0100
committerStefano Gabryel2019-10-31 06:58:26 +0100
commitb75cf16d837d2ae9c2c7331f362dc53766c74f94 (patch)
tree1685a06817ff0d4d274f712bf011faa17a36307f
parentf042821318a4ee993c33df8139dc66143a1e8cb4 (diff)
downloadaur-b75cf16d837d2ae9c2c7331f362dc53766c74f94.tar.gz
upkg: dirstalk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644999b74121..e7b200acb909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = dirstalk-git
pkgdesc = Multi threaded application designed to brute force paths on web servers, modern alternative to dirb and dirbuster
-pkgver = 1.3.0
+pkgver = 1.3.1
pkgrel = 1
url = https://github.com/stefanoj3/dirstalk
arch = x86_64
license = MIT
makedepends = go
makedepends = git
-makedepends = dep
provides = dirstalk
conflicts = dirstalk
source = dirstalk-git::git+https://github.com/stefanoj3/dirstalk
diff --git a/PKGBUILD b/PKGBUILD
index b9d249f47bf1..c2272dafcae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Stefano Gabryel <esse[dot]gab2[at]gmail[dot]com>
pkgname=dirstalk
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Multi threaded application designed to brute force paths on web servers, modern alternative to dirb and dirbuster'
url='https://github.com/stefanoj3/dirstalk'
arch=('x86_64')
license=('MIT')
-makedepends=('go' 'git' 'dep')
+makedepends=('go' 'git')
options=('!emptydirs')
source=(https://github.com/stefanoj3/dirstalk/archive/${pkgver}.tar.gz)
-sha512sums=('bafa76ce85f0d87bd63e814f120f2a16111aeecdeaef52f853415fcac7e8823aa04d788ae76a3ce4ebc0465321142392c2e8081364af624e11d9fe25b385e68c')
+sha512sums=('82dfcc33f2c194dd31a4220687daee8c0c830a17b7dbbdc76fd862c327b6a98eda3e15626543c8cac628132e0f0f9510c5e80d59a58ab5db96fd0592f7f256d5')
provides=('dirstalk')
prepare() {
@@ -22,7 +22,6 @@ prepare() {
build() {
cd go/src/github.com/stefanoj3/dirstalk
export GOPATH="${srcdir}/go"
- dep ensure
make build
}