diff --git a/packages/sstimap/PKGBUILD b/packages/sstimap/PKGBUILD index f10f5f27b5a..490615b268e 100644 --- a/packages/sstimap/PKGBUILD +++ b/packages/sstimap/PKGBUILD @@ -9,9 +9,9 @@ pkgdesc='Automatic SSTI detection tool with interactive interface.' arch=('any') groups=('blackarch' 'blackarch-exploitation' 'blackarch-webapp') url='https://github.com/vladko312/SSTImap' -license=('GPL-3.0') +license=('PL-3.0-or-later') depends=('python') -makedepends=('git' 'python-setuptools' 'python-pip') +makedepends=('git' 'python-pip') source=("git+https://github.com/vladko312/$_pkgname.git") sha512sums=('SKIP') install="$pkgname.install"