summaryrefslogtreecommitdiff
path: root/~fauno/notmuch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~fauno/notmuch/PKGBUILD')
-rw-r--r--~fauno/notmuch/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD
index 95270b3d4..3283f3734 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
pkgrel=1
pkgdesc="Notmuch is not much of an email program"
arch=(i686 x86_64 mips64el)
@@ -19,13 +19,13 @@ optdepends=('emacs: for using the emacs interface'
options=(!distcc !makeflags)
source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('466974db1d8a215c6a2d7cca7c969b4f')
+md5sums=('d5a70ed3ba84a2670b4576cfe16bd4f6')
build() {
cd "$srcdir/${pkgname}-"*
./configure --prefix=/usr --sysconfdir=/etc
- make
+ make
cd bindings/ruby
ruby extconf.rb