summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2021-04-12 14:14:25 +0200
committerKr1ss2021-04-12 14:14:25 +0200
commit6fac1bfccba5afdf7cc917af2fff02c5447cb11a (patch)
treeb820ea1b8eb9fd0c184cf0aa18d93fa6835baf56 /PKGBUILD
parent261cb64141186cffc4b2f18cb0f6d410f28de1b4 (diff)
downloadaur-6fac1bfccba5afdf7cc917af2fff02c5447cb11a.tar.gz
update: dirsearch-git 0.4.1.alpha_2.r0.753c7a1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85afae3221dc..337cda636e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=dirsearch-git
_name="${pkgname%-git}"
-pkgver() { git -C "$_name" describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
-pkgver=0.4.1.alpha.r183.ae36ca7
-pkgrel=2
+pkgver() { git -C "$_name" describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g;s/\(alpha\)\([0-9]\+\)/\1_\2/'; }
+pkgver=0.4.1.alpha_2.r0.753c7a1
+pkgrel=1
pkgdesc='Web path scanner/fuzzer, written in Python'
arch=('any')