diff options
Diffstat (limited to 'community/notmuch/PKGBUILD')
-rw-r--r-- | community/notmuch/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD index 837d08626..bd3aea280 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80453 2012-11-21 23:29:49Z dwallace $ +# $Id: PKGBUILD 82559 2013-01-20 23:36:23Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: fauno <fauno at kiwwwi.com.ar> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> @@ -6,15 +6,15 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime') -pkgver=0.14 -pkgrel=4 +pkgver=0.15 +pkgrel=1 arch=('i686' 'x86_64') url="http://notmuchmail.org/" license=('GPL3') makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc') options=(!distcc !makeflags) source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('5eb3f225d3eb37862932f6baa5780d15') +md5sums=('a79454042e508c8a1d7aaf1a617526f0') build() { cd "$srcdir/${pkgname}-$pkgver" |