From 93684c23c2fc62cc5324ff1422f68244c732eaf1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 25 Dec 2014 14:54:20 +0100 Subject: [PATCH] notmuch: bump for Ruby 2.2. --- srcpkgs/notmuch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 7f56ea8bb80..00357bb23d3 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,11 +1,11 @@ # Template file for 'notmuch' pkgname=notmuch version=0.19 -revision=1 +revision=2 hostmakedepends="automake libtool pkg-config" makedepends=" xapian-core-devel gmime-devel talloc-devel perl emacs bash-completion - ruby-devel python-devel python3.4-devel python-Sphinx" + ruby-devel>=2.2 python-devel python3.4-devel python-Sphinx" build_style=gnu-configure configure_args="--bashcompletiondir=/usr/share/bash-completion/completions --without-zsh-completion" # zsh completion is part of zsh itself