diff options
Diffstat (limited to 'extra/ssmtp/PKGBUILD')
-rw-r--r-- | extra/ssmtp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ssmtp/PKGBUILD b/extra/ssmtp/PKGBUILD index 44f914776..77820cd8f 100644 --- a/extra/ssmtp/PKGBUILD +++ b/extra/ssmtp/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 187071 2013-06-03 11:16:54Z allan $ +# $Id: PKGBUILD 194362 2013-09-14 19:32:55Z pierre $ # Maintainer: pkgname=ssmtp pkgver=2.64 -pkgrel=4 +pkgrel=5 pkgdesc="Extremely simple MTA to get mail off the system to a mailhub" arch=('i686' 'x86_64') license=('GPL') url="http://packages.debian.org/stable/mail/ssmtp" depends=('openssl' 'inetutils') -conflicts=('exim') +conflicts=('exim' 'smtp-forwarder') provides=('smtp-forwarder') backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases') options=('!makeflags' '!emptydirs') |