diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /extra/dovecot/PKGBUILD | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'extra/dovecot/PKGBUILD')
-rw-r--r-- | extra/dovecot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 6c621590f..8d3088f1e 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 177806 2013-02-09 09:15:39Z andyrtr $ +# $Id: PKGBUILD 180681 2013-03-25 19:15:32Z bpiotrowski $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> @@ -9,12 +9,12 @@ pkgname=dovecot pkgver=2.1.15 -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=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmysqlclient>=5.5.10' +depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmariadbclient' 'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl') makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene') optdepends=('libldap: ldap plugin' |