diff options
Diffstat (limited to 'testing/neomutt/APKBUILD')
-rw-r--r-- | testing/neomutt/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/neomutt/APKBUILD b/testing/neomutt/APKBUILD index eb3d3a3398..26f659d998 100644 --- a/testing/neomutt/APKBUILD +++ b/testing/neomutt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=neomutt pkgver=20170714 -pkgrel=0 +pkgrel=1 pkgdesc="Mutt with miscellaneous fixes and feature patches" url="https://www.neomutt.org/" arch="all" @@ -26,7 +26,7 @@ prepare() { build() { cd "$builddir" - ./configure \ + ./configure -enable-notmuch -enable-gpgme \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ @@ -35,11 +35,10 @@ build() { --localstatedir=/var \ --with-docdir=/usr/share/doc/$pkgname \ --with-mailpath=/var/spool/mail \ - –-enable-notmuch \ --with-gdbm \ --with-ssl \ --with-sasl - #make + make } package() { |