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

Frederik Schwan freswa at archlinux.org
Tue Nov 24 16:23:00 UTC 2020


    Date: Tuesday, November 24, 2020 @ 16:23:00
  Author: freswa
Revision: 760955

add support for Berkeley DB

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-24 16:19:11 UTC (rev 760954)
+++ PKGBUILD	2020-11-24 16:23:00 UTC (rev 760955)
@@ -5,7 +5,7 @@
 # Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
 pkgname=neomutt
 pkgver=20201120
-pkgrel=1
+pkgrel=2
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
          'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
-         'lz4' 'zlib' 'zstd')
+         'lz4' 'zlib' 'zstd' 'db')
 optdepends=('python: keybase.py'
             'perl: smime_keys'
             'ca-certificates: default CA certificates')
@@ -49,6 +49,7 @@
         --with-idn2=/usr \
         --disable-idn \
         --idn2 \
+        --bdb \
         --lmdb \
         --kyotocabinet \
         --gdbm \



More information about the arch-commits mailing list