summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Groh2023-03-22 14:19:18 +0100
committerAdrian Groh2023-03-22 14:19:18 +0100
commitaafd81ef88211b0bd1b0939e6a210b62723b1b79 (patch)
tree9a26167beaf07265951d5b552eff00595ef88340
parentf9ce2e18cf0bfd7b6e635c078433daa2bee79295 (diff)
downloadaur-aafd81ef88211b0bd1b0939e6a210b62723b1b79.tar.gz
Fix wrong package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dc922f93861..5259e0ec544b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = feroxbuster-bin
- pkgdesc = A rewrite of the pfetch system information tool in Rust
+ pkgdesc = A fast, simple, recursive content discovery tool written in Rust
pkgver = 2.9.2
pkgrel = 1
url = https://github.com/epi052/feroxbuster
diff --git a/PKGBUILD b/PKGBUILD
index 6e801539c6c3..8b5cfdcd89d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=feroxbuster-bin
pkgver=2.9.2
pkgrel=1
-pkgdesc="A rewrite of the pfetch system information tool in Rust"
+pkgdesc="A fast, simple, recursive content discovery tool written in Rust"
url="https://github.com/epi052/feroxbuster"
license=("MIT")
arch=("x86_64")