[arch-commits] Commit in neomutt/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Sat Feb 8 13:25:49 UTC 2020
Date: Saturday, February 8, 2020 @ 13:25:48
Author: maximbaz
Revision: 564093
neomutt: compile with autocrypt support FS#64697
Modified:
neomutt/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-08 13:25:22 UTC (rev 564092)
+++ PKGBUILD 2020-02-08 13:25:48 UTC (rev 564093)
@@ -5,12 +5,12 @@
# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
pkgname=neomutt
pkgver=20191207
-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'
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
optdepends=('python: keybase.py'
'ca-certificates: default CA certificates')
@@ -36,6 +36,8 @@
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--gpgme \
+ --sqlite \
+ --autocrypt \
--lua \
--notmuch \
--gss \
More information about the arch-commits
mailing list