Skip to content

Commit cd015e7

Browse files
committed
conpass: fix groups + style.
1 parent 6ca4784 commit cd015e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/conpass/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgver=0.1.1
66
pkgrel=1
77
pkgdesc='Password spraying in AD environment avoing account locking.'
88
arch=('any')
9-
groups=('blackarch' 'blackarch-networking' 'blackarch-scanner')
9+
groups=('blackarch' 'blackarch-windows' 'blackarch-cracker')
1010
url='https://github.com/login-securite/conpass'
1111
license=('MIT')
1212
depends=('python' 'python-ldap' 'impacket-ba' 'python-rich')
@@ -25,3 +25,4 @@ package() {
2525

2626
python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
2727
}
28+

0 commit comments

Comments
 (0)