Date: Monday, March 4, 2013 @ 15:42:26 Author: bisson Revision: 179280
rebuild for mariadb switch Modified: postfix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-04 13:24:04 UTC (rev 179279) +++ PKGBUILD 2013-03-04 14:42:26 UTC (rev 179280) @@ -5,13 +5,13 @@ pkgname=postfix pkgver=2.10.0 -pkgrel=3 +pkgrel=4 pkgdesc='Fast, easy to administer, secure mail server' url='http://www.postfix.org/' license=('custom') arch=('i686' 'x86_64') depends=('pcre' 'libsasl' 'libldap' 'db' - 'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb') + 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb') backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" 'aliases.patch'
