summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheguy2021-04-30 11:12:05 +0200
committertheguy2021-04-30 11:12:05 +0200
commitc9de48b8a0a08c57f04d7db54bb5bb1fa14b3bd7 (patch)
treec739fa727abfd5157527e26ad18a32e3c74e2930 /PKGBUILD
parenta1321bc804fd61b74f00fe35643a632ba26cf48c (diff)
downloadaur-feroxbuster-git.tar.gz
new maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77fe786a4be7..869990af0cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: spikecodes <19519553+spikecodes@users.noreply.github.com>
+# Maintainer: theguy147 <yakamoz147 (at) protonmail (dot) com>
+# Contributor: spikecodes <19519553+spikecodes@users.noreply.github.com>
+
pkgname=feroxbuster-git
_pkgname=${pkgname%-git}
-pkgver=0.0.0
+pkgver=2.2.2
pkgrel=1
pkgdesc="A fast, simple, recursive content discovery tool written in Rust. "
arch=('any')
@@ -10,7 +12,7 @@ license=("MIT")
makedepends=("git" "cargo")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=("${_pkgname}::git+${url}")
+source=("${_pkgname}::git+${url}.git")
sha256sums=("SKIP")
pkgver() {