community/percona-server to 5.5.30_rel30.1-3

This commit is contained in:
Kevin Mihelich 2013-03-26 22:02:33 +00:00
parent 3353884956
commit 5040ab379a

View file

@ -5,13 +5,13 @@
pkgname=percona-server
pkgver=5.5.30_rel30.1
pkgrel=2
pkgrel=3
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation"
arch=('i686' 'x86_64')
depends=('mariadb-clients' 'libaio' 'systemd-tools')
conflicts=('mysql')
provides=('mysql')
provides=("mysql=${pkgver/_rel*}" "mariadb=${pkgver/_rel*}")
optdepends=('perl-dbi' 'perl-dbd-mysql')
makedepends=('cmake' 'openssl' 'zlib')