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 4ca4aec44fbd..edcbd4a0fe7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = ccnet-server
depends = libevent
depends = libsearpc
depends = libldap
- depends = libmariadbclient
+ depends = mariadb-libs
depends = postgresql-libs
provides = ccnet
conflicts = ccnet
diff --git a/PKGBUILD b/PKGBUILD
index 821bc1c20a61..9f3fa67f5d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Internal communication framework and user/group management for seafile
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/$pkgname"
license=('GPL2')
-depends=('libevent' 'libsearpc' 'libldap' 'libmariadbclient' 'postgresql-libs')
+depends=('libevent' 'libsearpc' 'libldap' 'mariadb-libs' 'postgresql-libs')
makedepends=('vala')
conflicts=('ccnet')
provides=('ccnet')