Date: Monday, December 2, 2019 @ 19:16:33 Author: bisson Revision: 370221
upstream update Modified: mutt/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-02 19:12:01 UTC (rev 370220) +++ PKGBUILD 2019-12-02 19:16:33 UTC (rev 370221) @@ -2,7 +2,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=mutt -pkgver=1.12.2 +pkgver=1.13.0 pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' @@ -13,7 +13,7 @@ depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 'krb5') validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882' +sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7' 'SKIP') build() { @@ -27,9 +27,11 @@ --enable-smtp \ --enable-hcache \ --enable-sidebar \ + --enable-autocrypt \ --with-curses=/usr \ --with-gss=/usr \ --with-ssl=/usr \ + --with-sqlite3 \ --with-sasl \ --with-idn2 \
