summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2022-12-08 17:20:48 +0100
committerLetu Ren2022-12-08 17:20:48 +0100
commitc6137854bbbaf024f7fd18aaa31a02a9a68c8859 (patch)
treed631aa9de8bd9f58bc5ba3c19ba33f1d70e36d01 /PKGBUILD
parentc1ce56b6301fe9db1fe5b9a4f894c9406fe20680 (diff)
downloadaur-dnsenum2.tar.gz
correct optional depends name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a6049696bc7..fe13694afcdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=dnsenum2
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Enumerate DNS information from a domain and discover non-contiguous ip blocks"
url='https://github.com/SparrowOchon/dnsenum2'
arch=('any')
license=('GPL')
depends=('perl' 'perl-net-dns' 'perl-net-ip' 'perl-net-netmask' 'perl-string-random')
optdepends=(
- 'perl-whois-ip: whois queries support'
+ 'perl-net-whois-ip: whois queries support'
'perl-html-parser: google scraping support'
'perl-www-mechanize: google scraping support'
'perl-xml-writer: xml output support'