Skip to content

Commit 286de9b

Browse files
committed
dhcpig: version bump.
1 parent 46d2795 commit 286de9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/dhcpig/PKGBUILD

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# See COPYING for license details.
33

44
pkgname=dhcpig
5-
pkgver=113.a140c62
6-
pkgrel=2
7-
epoch=2
5+
pkgver=1.6.r4.ga140c62
6+
pkgrel=1
7+
epoch=3
88
pkgdesc='Enhanced DHCPv4 and DHCPv6 exhaustion and fuzzing script written in python using scapy network library.'
99
groups=('blackarch' 'blackarch-scanner' 'blackarch-fuzzer' 'blackarch-dos')
1010
url='https://github.com/kamorin/DHCPig'
@@ -30,5 +30,7 @@ package() {
3030
cd $pkgname
3131

3232
install -Dm 755 pig.py "$pkgdir/usr/bin/$pkgname"
33+
34+
install -Dm 644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
3335
}
3436

0 commit comments

Comments
 (0)