summaryrefslogtreecommitdiff
path: root/~fauno
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-30 12:40:18 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-05-30 12:40:18 -0300
commite855f30d427d16dc9b9eada81e48c6acd2400793 (patch)
treee6260a10217b835830c4499717cfe9b61ccff4cf /~fauno
parentc31ba9b6231e69073e18ee1124f8abb7720422af (diff)
downloadabslibre-e855f30d427d16dc9b9eada81e48c6acd2400793.tar.gz
abslibre-e855f30d427d16dc9b9eada81e48c6acd2400793.tar.bz2
abslibre-e855f30d427d16dc9b9eada81e48c6acd2400793.zip
updates
Diffstat (limited to '~fauno')
-rw-r--r--~fauno/notmuch/PKGBUILD7
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')