Date: Thursday, March 24, 2011 @ 15:07:35
  Author: bisson
Revision: 116667

address FS#23415

Modified:
  mutt/trunk/PKGBUILD
  mutt/trunk/install

----------+
 PKGBUILD |    8 +++++---
 install  |    6 +-----
 2 files changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-03-24 17:56:27 UTC (rev 116666)
+++ PKGBUILD    2011-03-24 19:07:35 UTC (rev 116667)
@@ -1,14 +1,15 @@
 # $Id$
-# Maintainer: tobias [tobias [at] archlinux.org]
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson <[email protected]>
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=2
+pkgrel=3
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'heimdal')
 source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')
 
@@ -26,6 +27,7 @@
                --enable-hcache \
                --with-curses=/usr \
                --with-regex \
+               --with-gss=/usr \
                --with-ssl=/usr \
                --with-sasl \
                --with-idn \

Modified: install
===================================================================
--- install     2011-03-24 17:56:27 UTC (rev 116666)
+++ install     2011-03-24 19:07:35 UTC (rev 116667)
@@ -1,12 +1,8 @@
 post_install() {
-  cat <<EOF
+       cat <<EOF
 
 ==> For GPG support, add the following to your muttrc:
 ==> source /etc/Muttrc.gpg.dist
 
 EOF
 }
-
-post_upgrade() {
-  post_install
-}

Reply via email to