[arch-commits] Commit in postfix/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Mar 4 14:42:26 UTC 2013


    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'




More information about the arch-commits mailing list