[arch-commits] Commit in neomutt/trunk (PKGBUILD)

Alad Wenter alad at archlinux.org
Sat Mar 2 17:03:08 UTC 2019


    Date: Saturday, March 2, 2019 @ 17:03:05
  Author: alad
Revision: 437403

upgpkg: neomutt 20180716-7

neomutt: enable idn2

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-02 17:02:25 UTC (rev 437402)
+++ PKGBUILD	2019-03-02 17:03:05 UTC (rev 437403)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=6
+pkgrel=7
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
 optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz"
         "https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig"
         "pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch")
@@ -40,7 +40,9 @@
         --ssl \
         --sasl \
         --with-ui=ncurses \
-        --with-idn=/usr \
+        --with-idn2=/usr \
+        --idn=0 \
+        --idn2=1 \
         --lmdb \
         --kyotocabinet \
         --gdbm



More information about the arch-commits mailing list