diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-29 03:30:04 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-29 03:30:04 +0000 |
commit | 0a521de4508e14363c59922ab2744ab699e30288 (patch) | |
tree | 22a9004955fd3ec5f7aa81f799bd9eabed325d15 /community/notmuch | |
parent | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (diff) |
Wed Jan 29 03:27:46 UTC 2014
Diffstat (limited to 'community/notmuch')
-rw-r--r-- | community/notmuch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD index 9d83aa738..3ea81f29b 100644 --- a/community/notmuch/PKGBUILD +++ b/community/notmuch/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95030 2013-08-03 23:12:06Z dwallace $ +# $Id: PKGBUILD 104884 2014-01-28 03:34:14Z td123 $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: fauno <fauno at kiwwwi.com.ar> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> @@ -6,7 +6,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime') -pkgver=0.16 +pkgver=0.17 pkgrel=1 arch=('i686' 'x86_64') url="http://notmuchmail.org/" @@ -14,7 +14,7 @@ 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=('9de9f8a91eb2323d8503872a059c7f11') +md5sums=('65a6a6f1fe912803b60d5870132e2006') prepare(){ #cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname-runtime-$pkgver" |