From e855f30d427d16dc9b9eada81e48c6acd2400793 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 30 May 2012 12:40:18 -0300 Subject: updates --- ~fauno/notmuch/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '~fauno/notmuch') diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index 95270b3d4..a2cf261a2 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Richard Murri pkgname=notmuch -pkgver=0.12 +pkgver=0.13.1 pkgrel=1 pkgdesc="Notmuch is not much of an email program" arch=(i686 x86_64 mips64el) @@ -19,7 +19,6 @@ optdepends=('emacs: for using the emacs interface' options=(!distcc !makeflags) source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('466974db1d8a215c6a2d7cca7c969b4f') build() { cd "$srcdir/${pkgname}-"* @@ -62,4 +61,8 @@ package(){ cd $srcdir/${pkgname}-*/bindings/ruby sed -i -e 's,/site_ruby,,g' Makefile make prefix=${pkgdir}/usr install + +# Remove conflicting zsh completion + rm -r ${pkgdir}/usr/share/zsh } +md5sums=('1380d4b010e4321288a48ef09edf9de2') -- cgit v1.2.3-54-g00ecf