diff options
Diffstat (limited to '~fauno')
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
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 <admin@richardmurri.com> 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') |