diff options
author | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
commit | 87fbcb30b652672a7e110b66a4c15342e27df826 (patch) | |
tree | 7604502956a186acbfe9983a159a2abd564c3142 /community/percona-server | |
parent | c16968d4179be76966c262f854c9e1fb827dc3ec (diff) |
Wed Mar 27 00:05:42 PDT 2013
Diffstat (limited to 'community/percona-server')
-rw-r--r-- | community/percona-server/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index 1a938b8c3..f40aad0d0 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 87015 2013-03-25 19:16:57Z bpiotrowski $ +# $Id: PKGBUILD 87057 2013-03-26 13:09:29Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> 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') |