summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--~fauno/notmuch/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD
index 138325de4..209144a69 100644
--- a/~fauno/notmuch/PKGBUILD
+++ b/~fauno/notmuch/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Richard Murri <admin@richardmurri.com>
pkgname=notmuch
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
pkgdesc="Notmuch is not much of an email program"
arch=(i686 x86_64 mips64el)
url="http://notmuchmail.org/"
@@ -17,7 +17,7 @@ optdepends=('emacs: for using the emacs interface'
'ruby: for using the ruby bindings'
'gnupg: for email encryption')
source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('475197e505255b9603eedb53a68aa32d')
+md5sums=('915fe95817e263d62e6de5c3b3c389c4')
build() {
cd "$srcdir/${pkgname}-${pkgver}"