Date: Monday, December 12, 2022 @ 19:25:19 Author: freswa Revision: 1358900
remove Berkeley DB support for header caching Modified: neomutt/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-12 19:15:12 UTC (rev 1358899) +++ PKGBUILD 2022-12-12 19:25:19 UTC (rev 1358900) @@ -6,7 +6,7 @@ # Contributor: Leonidas Spyropoulos <[email protected]> pkgname=neomutt pkgver=20220429 -pkgrel=2 +pkgrel=3 pkgdesc='A version of mutt with added features' url='https://neomutt.org/' license=('GPL') @@ -13,7 +13,7 @@ arch=('x86_64') depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite' 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet' - 'lz4' 'zlib' 'zstd' 'db') + 'lz4' 'zlib' 'zstd') optdepends=('python: keybase.py' 'perl: smime_keys' 'ca-certificates: default CA certificates') @@ -55,7 +55,6 @@ --with-idn2=/usr \ --disable-idn \ --idn2 \ - --bdb \ --lmdb \ --kyotocabinet \ --gdbm \
