diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index 46b4278db..f837144e7 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -5,11 +5,11 @@
 
 pkgname=percona-server
 pkgver=5.5.30_rel30.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation"
 arch=('i686' 'x86_64')
 
-depends=('mysql-clients' 'libaio' 'systemd-tools')
+depends=('mariadb-clients' 'libaio' 'systemd-tools')
 conflicts=('mysql')
 provides=('mysql')
 optdepends=('perl-dbi' 'perl-dbd-mysql')