summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2017-07-08 16:28:21 +0200
committerrunnytu2017-07-08 16:28:21 +0200
commit5545b73429fb749b782e7f2b3bc282d0250627e0 (patch)
tree5837bc7f2d68913af82ddb5109edf900ab82b384
parent95cd612bfaa96f546b914ccc57a45f6d98b8cfaf (diff)
downloadaur-5545b73429fb749b782e7f2b3bc282d0250627e0.tar.gz
Update mysql dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a46445cc8c3a..9faad16751d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = courier-authlib
makedepends = expect
makedepends = pam
makedepends = libldap
- makedepends = libmysqlclient
+ makedepends = libmariadbclient
makedepends = postgresql-libs>=8.3.0
depends = openssl
depends = gdbm
diff --git a/PKGBUILD b/PKGBUILD
index 033e54206ff6..4b582a0d2814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="http://courier-mta.org/authlib/"
backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \
'etc/authlib/authmysqlrc' 'etc/authlib/authpgsqlrc')
depends=('openssl' 'gdbm' 'perl' 'libtool' 'expect' 'courier-unicode>=2.0')
-makedepends=('expect' 'pam' 'libldap' 'libmysqlclient' 'postgresql-libs>=8.3.0')
+makedepends=('expect' 'pam' 'libldap' 'libmariadbclient' 'postgresql-libs>=8.3.0')
optdepends=('sqlite: With support for the authsqlite authentication module'
'libmariadbclient: With support for the authmysql authentication module'
'libldap: With support for the authldap authentication module'