Date: Tuesday, March 17, 2020 @ 21:24:30 Author: maximbaz Revision: 600418
neomutt: add header cache compression FS#65861 Modified: neomutt/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-17 21:00:19 UTC (rev 600417) +++ PKGBUILD 2020-03-17 21:24:30 UTC (rev 600418) @@ -5,13 +5,14 @@ # Contributor: Leonidas Spyropoulos <[email protected]> pkgname=neomutt pkgver=20200313 -pkgrel=1 +pkgrel=2 pkgdesc='A version of mutt with added features' url='https://neomutt.org/' license=('GPL') arch=('x86_64') depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite' - 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet') + 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet' + 'lz4' 'zlib' 'zstd') optdepends=('python: keybase.py' 'perl: smime_keys' 'ca-certificates: default CA certificates') @@ -50,7 +51,10 @@ --idn2 \ --lmdb \ --kyotocabinet \ - --gdbm + --gdbm \ + --lz4 \ + --zlib \ + --zstd make }
