From 5894dd675f4bd3ba296d262fae99b3b87a0f87fd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Nov 2011 23:14:53 +0000 Subject: Thu Nov 24 23:14:53 UTC 2011 --- ~fauno/notmuch/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '~fauno/notmuch/PKGBUILD') diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index 209144a69..81cc7981d 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -3,21 +3,20 @@ # Maintainer: Richard Murri pkgname=notmuch -pkgver=0.8 +pkgver=0.10 pkgrel=1 pkgdesc="Notmuch is not much of an email program" arch=(i686 x86_64 mips64el) url="http://notmuchmail.org/" license=('GPL3') -depends=('xapian-core' 'gmime') -makedepends=('talloc' 'python2' 'emacs-nox' 'gnupg' 'ruby') +depends=('xapian-core' 'gmime' 'talloc') +makedepends=('python2' 'emacs-nox' 'gnupg' 'ruby' 'pkgconfig') optdepends=('emacs: for using the emacs interface' 'vim: for using the vim interface' 'python2: for using the python bindings' 'ruby: for using the ruby bindings' 'gnupg: for email encryption') source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('915fe95817e263d62e6de5c3b3c389c4') build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -61,3 +60,4 @@ package(){ sed -i -e 's,/site_ruby,,g' Makefile make prefix=${pkgdir}/usr install } +md5sums=('58c005357395bb6f66d06cfa07534d22') -- cgit v1.2.3-54-g00ecf