diff options
author | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
commit | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (patch) | |
tree | 0a32bcfa47c11eb3e1127b1de196fb6385ed8723 /extra/mutt/PKGBUILD | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Wed Nov 30 23:15:09 UTC 2011
Diffstat (limited to 'extra/mutt/PKGBUILD')
-rw-r--r-- | extra/mutt/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/mutt/PKGBUILD b/extra/mutt/PKGBUILD index 9a940857c..9b97bf170 100644 --- a/extra/mutt/PKGBUILD +++ b/extra/mutt/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 121107 2011-04-29 00:34:05Z stephane $ +# $Id: PKGBUILD 143812 2011-11-29 13:33:33Z stephane $ # Contributor: tobias [tobias [at] archlinux.org] # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=mutt pkgver=1.5.21 -pkgrel=5 +pkgrel=6 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') backup=('etc/Muttrc') arch=('i686' 'x86_64') +optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz") sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9') |