summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2019-01-20 20:19:42 +0100
committereolianoe2019-01-20 20:19:42 +0100
commit022084eca406ef1ed8379cc143926e5cf0aa2de1 (patch)
treee5c39985fa873cc638b5760c3115198e37668a0c
parente9954010bb8da3cdc29bf9248c8dc27e1ccafb4e (diff)
downloadaur-022084eca406ef1ed8379cc143926e5cf0aa2de1.tar.gz
update dependencies
-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')