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

Jelle van der Waa jelle at archlinux.org
Mon Sep 17 19:18:15 UTC 2018


    Date: Monday, September 17, 2018 @ 19:18:15
  Author: jelle
Revision: 382739

upgpkg: neomutt 20180716-3

Fix FS#59866

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 19:16:53 UTC (rev 382738)
+++ PKGBUILD	2018-09-17 19:18:15 UTC (rev 382739)
@@ -5,12 +5,12 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=2
+pkgrel=3
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz"
@@ -33,6 +33,8 @@
         --sasl \
         --with-ui=ncurses \
         --with-idn=/usr \
+        --lmdb \
+        --kyotocabinet \
         --gdbm
     make
 }



More information about the arch-commits mailing list