From 1a4327e0697d63ac57845d67680e15f3e22d6e2e Mon Sep 17 00:00:00 2001 From: Jan S Date: Mon, 12 May 2014 20:51:05 +0200 Subject: [PATCH] notmuch: update to 0.18. --- srcpkgs/notmuch/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 467cbe7f281..7be9d00c6b3 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,17 +1,17 @@ # Template file for 'notmuch' pkgname=notmuch -version=0.17 -revision=5 +version=0.18 +revision=1 hostmakedepends="pkg-config" makedepends="xapian-core-devel gmime-devel talloc-devel" build_style=gnu-configure -configure_args="--bashcompletiondir=/usr/share/bash-completion/completions" +configure_args="--bashcompletiondir=/usr/share/bash-completion/completions --without-emacs" short_desc="notmuch -- the mail indexer" maintainer="Jan S. " license="GPL-3" homepage="http://notmuchmail.org" distfiles="http://notmuchmail.org/releases/${pkgname}-${version}.tar.gz" -checksum=d215e0e7e536c50bc0d8a455a58bb4ddabe0678cc637c4dcebdb57d5c4bcbe95 +checksum=09eec1954bf1552e2d39dcab99fcd43f1fa12103d69fa2e4b8148aff552c46c5 only_for_archs="x86_64 i686"