From 1de372a61e950f6604c277562f28812e1ab43b32 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Dec 2020 22:00:33 +0100 Subject: [PATCH] thc-hydra: build against mariadbclient instead of mysql --- srcpkgs/thc-hydra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thc-hydra/template b/srcpkgs/thc-hydra/template index 36ca7e046e2..19a37248d13 100644 --- a/srcpkgs/thc-hydra/template +++ b/srcpkgs/thc-hydra/template @@ -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 " license="AGPL-3.0-or-later"