Date: Thursday, March 17, 2011 @ 06:58:18 Author: andrea Revision: 115180
upgpkg: dovecot 2.0.11-2 mysql rebuild Modified: dovecot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-17 10:51:51 UTC (rev 115179) +++ PKGBUILD 2011-03-17 10:58:18 UTC (rev 115180) @@ -1,5 +1,4 @@ # $Id$ -# # Contributor: Paul Mattal <[email protected]> # Contributor: Federico Quagliata (quaqo) <[email protected]> # Contributor: GARETTE Emmanuel <gnunux at laposte dot net> @@ -7,12 +6,13 @@ pkgname=dovecot pkgver=2.0.11 -pkgrel=1 +pkgrel=2 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64') url="http://dovecot.org/" license=("LGPL") -depends=('heimdal>=1.3.3' 'openssl' 'sqlite3>=3.7.0.1' 'libmysqlclient>=5.5.8' 'postgresql-libs>=8.4.4' 'bzip2' 'expat' 'curl') +depends=('heimdal>=1.3.3' 'openssl' 'sqlite3>=3.7.5' 'libmysqlclient>=5.5.10' + 'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl') makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22') optdepends=('libldap: ldap plugin') provides=('imap-server' 'pop3-server')
