diff --git a/packages/netscout/PKGBUILD b/packages/netscout/PKGBUILD index 55e3845ae07..fc368ff46d4 100644 --- a/packages/netscout/PKGBUILD +++ b/packages/netscout/PKGBUILD @@ -4,10 +4,10 @@ pkgname=netscout pkgver=37.2f409df pkgrel=1 -pkgdesc="OSINT tool that finds domains, subdomains, directories, endpoints and files." -arch=('any') +pkgdesc='OSINT tool that finds domains, subdomains, directories, endpoints and files.' +arch=('x86_64' 'aarch64') groups=('blackarch' 'blackarch-recon' 'blackarch-scanner') -url="https://github.com/caio-ishikawa/netscout" +url='https://github.com/caio-ishikawa/netscout' license=('MIT') makedepends=('git' 'go') source=("git+$url.git") diff --git a/packages/pre2k/PKGBUILD b/packages/pre2k/PKGBUILD index 9fc4157d480..f2153faef9e 100644 --- a/packages/pre2k/PKGBUILD +++ b/packages/pre2k/PKGBUILD @@ -4,10 +4,10 @@ pkgname=pre2k pkgver=22.be66190 pkgrel=1 -pkgdesc="Query for existence of pre-windows 2000 computer objects which can be leveraged to gain a foothold in a target domain." +pkgdesc='Query for existence of pre-windows 2000 computer objects which can be leveraged to gain a foothold in a target domain.' arch=('any') -groups=('blackarch' 'blackarch-windows') -url="https://github.com/garrettfoster13/pre2k-TS" +groups=('blackarch' 'blackarch-windows' 'blackarch-recon') +url='https://github.com/garrettfoster13/pre2k-TS' license=('MIT') depends=('python' 'impacket-ba' 'python-ldap3' 'python-pyasn1' 'python-rich') makedepends=('git') @@ -40,6 +40,6 @@ package() { exec python /usr/share/$pkgname/$pkgname.py "\$@" EOF - chmod a+x "$pkgdir/usr/bin/$pkgname" + chmod +x "$pkgdir/usr/bin/$pkgname" } diff --git a/packages/python-aiowmi/PKGBUILD b/packages/python-aiowmi/PKGBUILD index a87d0c0df5f..086656c046d 100644 --- a/packages/python-aiowmi/PKGBUILD +++ b/packages/python-aiowmi/PKGBUILD @@ -11,7 +11,8 @@ arch=('any') url='https://pypi.org/project/aiowmi/#files' license=('GPL-3.0-or-later') depends=('python' 'python-pycryptodome') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +makedepends=('python-build' 'python-installer' 'python-setuptools' + 'python-wheel') source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz") sha512sums=('7608d352a50b99816545109b4ac87888683a8ea45ddb40d5b01072afa22ca70216e5a36281545f745e8945c0cf46117c72dcd86c233e76fdaf11c5b2f29a8df6') diff --git a/packages/sccmhunter/PKGBUILD b/packages/sccmhunter/PKGBUILD index 0654d024bfa..bfc4b9062d3 100644 --- a/packages/sccmhunter/PKGBUILD +++ b/packages/sccmhunter/PKGBUILD @@ -27,7 +27,8 @@ depends=('python' 'python-pyopenssl' 'python-pycryptodome' ) -makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') +makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' + 'python-wheel') source=("git+$url.git") sha512sums=('SKIP') diff --git a/packages/targetedkerberoast/PKGBUILD b/packages/targetedkerberoast/PKGBUILD index 64f057b867b..462425a59ad 100644 --- a/packages/targetedkerberoast/PKGBUILD +++ b/packages/targetedkerberoast/PKGBUILD @@ -9,7 +9,8 @@ arch=('any') groups=('blackarch' 'blackarch-windows') url='https://github.com/ShutdownRepo/targetedkerberoast' license=('GPL-3.0-or-later') -depends=('impacket-ba' 'python' 'python-ldap3' 'python-pyasn1' 'python-pycryptodome' 'python-rich') +depends=('impacket-ba' 'python' 'python-ldap3' 'python-pyasn1' + 'python-pycryptodome' 'python-rich') makedepends=('git') source=("git+$url.git") sha512sums=('SKIP') @@ -33,7 +34,6 @@ package() { install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md - cp -a targetedKerberoast.py "$pkgdir/usr/share/$pkgname/$pkgname.py" cp -a kerberoastables.txt "$pkgdir/usr/share/$pkgname/" @@ -42,6 +42,6 @@ package() { exec python /usr/share/$pkgname/$pkgname.py "\$@" EOF - chmod a+x "$pkgdir/usr/bin/$pkgname" + chmod +x "$pkgdir/usr/bin/$pkgname" }