diff options
Diffstat (limited to 'community/dbmail/PKGBUILD')
-rw-r--r-- | community/dbmail/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index d91d6f79a..a53ba5c49 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 97976 2013-10-02 13:30:38Z spupykin $ +# $Id: PKGBUILD 99724 2013-10-30 23:19:36Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com> pkgname=dbmail pkgver=3.1.7 -pkgrel=2 +pkgrel=4 pkgdesc="Fast and scalable sql based mail services" arch=('i686' 'x86_64' 'mips64el') depends=('gmime' 'libzdb' 'mhash' 'libevent') @@ -15,7 +15,7 @@ optdepends=('libldap: for LDAP authentication' 'python2-mysql2pgsql: migrate from MySQL to PostreSQL') url="http://www.dbmail.org" license=('GPL') -options=('!libtool' 'zipman') +options=('zipman') backup=(etc/xinetd.d/dbmail-imapd etc/xinetd.d/dbmail-pop3d etc/xinetd.d/dbmail-lmtpd |