diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-12-07 13:48:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-12-07 13:48:35 -0300 |
commit | 82970e08e233c07b6b60e9a614fcc6c729fe19c3 (patch) | |
tree | 88af47d62338ff4ab29543152a7d80d5ec8c25f6 | |
parent | cee2a272eafa29717bd86a2f488e425578df69a8 (diff) | |
download | abslibre-82970e08e233c07b6b60e9a614fcc6c729fe19c3.tar.gz abslibre-82970e08e233c07b6b60e9a614fcc6c729fe19c3.tar.bz2 abslibre-82970e08e233c07b6b60e9a614fcc6c729fe19c3.zip |
~fauno/notmuch-0.10.2-1
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index 81cc7981d..dc6b251dd 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Richard Murri <admin@richardmurri.com> pkgname=notmuch -pkgver=0.10 +pkgver=0.10.2 pkgrel=1 pkgdesc="Notmuch is not much of an email program" arch=(i686 x86_64 mips64el) @@ -60,4 +60,4 @@ package(){ sed -i -e 's,/site_ruby,,g' Makefile make prefix=${pkgdir}/usr install } -md5sums=('58c005357395bb6f66d06cfa07534d22') +md5sums=('d3905ae96546ef33f4c186e53f19ec56') |