diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-15 11:24:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-15 11:24:14 -0300 |
commit | 589043706058bdc7766766c6472ef28d8b7b9d8d (patch) | |
tree | 986b0a952d31074d2e3d49978b22be0b67ba1cf4 /~fauno/notmuch/PKGBUILD | |
parent | 88b2bd9521ebeaf26e50190c04e373c204912d9d (diff) | |
download | abslibre-589043706058bdc7766766c6472ef28d8b7b9d8d.tar.gz abslibre-589043706058bdc7766766c6472ef28d8b7b9d8d.tar.bz2 abslibre-589043706058bdc7766766c6472ef28d8b7b9d8d.zip |
~fauno/notmuch-0.8-1
Diffstat (limited to '~fauno/notmuch/PKGBUILD')
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 6 |
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}" |