Date: Thursday, September 20, 2018 @ 22:04:43
  Author: bisson
Revision: 335148

implement FS#60086

Modified:
  mutt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-20 21:28:17 UTC (rev 335147)
+++ PKGBUILD    2018-09-20 22:04:43 UTC (rev 335148)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -10,7 +10,7 @@
 backup=('etc/Muttrc')
 arch=('x86_64')
 optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
         'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
@@ -39,7 +39,7 @@
                --with-gss=/usr \
                --with-ssl=/usr \
                --with-sasl \
-               --with-idn \
+               --with-idn2 \
 
        make
 }

Reply via email to