diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-12 04:09:22 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-12 04:09:22 +0000 |
commit | 00b75e94fdb3eedea225ff1192972db1a46c09bd (patch) | |
tree | 2409ea89ac3c8422c7189bbce9942fe78ef4f2bd /community/notmuch/PKGBUILD | |
parent | 96ba30fd7b52ef7318f2499e75970e3e186f84eb (diff) |
Mon May 12 04:02:50 UTC 2014
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 2bdbbf113..8a2284cbf 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108418 2014-03-27 14:47:26Z fyan $ +# $Id: PKGBUILD 110999 2014-05-11 19:50:10Z 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-vim' 'notmuch-mutt' 'notmuch-runtime') -pkgver=0.17 -pkgrel=2 +pkgver=0.18 +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=('65a6a6f1fe912803b60d5870132e2006') +md5sums=('f28f11af1acfb6d9adde2eec600bc27a') prepare(){ #cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname-runtime-$pkgver" |