summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f39b3463796..fa0ce5dfd96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -48,7 +48,7 @@ pkgname = seafile-server
depends = python2-simplejson
depends = libevhtp-seafile
depends = git
- optdepends = libmysqlclient: mysql server support
+ optdepends = libmariadbclient: mysql server support
conflicts = seafile-shared<5.1.1
options = !libtool
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index cc70f003a05e..4c56622e8fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,7 +92,7 @@ package_seafile-server() {
"python2-mako" "python2-dateutil" "python2-webpy" "python2-pip"
"python2-virtualenv" "python2-flup" "python2-six" "python2-chardet"
"python2-simplejson" "libevhtp-seafile" "git")
- optdepends=('libmysqlclient: mysql server support' )
+ optdepends=('libmariadbclient: mysql server support' )
conflicts=("seafile-shared<${pkgver}")
options=('!libtool' '!emptydirs')
install=seafile-server.install