thc-hydra: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 22:00:33 +01:00 committed by John Zimmermann
parent db66ba7e45
commit 1de372a61e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
make_install_args="MANDIR=/share/man/man1"
makedepends="zlib-devel libressl-devel libidn-devel ncurses-devel pcre-devel
postgresql-libs-devel libmysqlclient-devel libssh-devel"
postgresql-libs-devel libmariadbclient-devel libssh-devel"
short_desc="Tool to guess/crack valid login/password pairs"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="AGPL-3.0-or-later"