diff --git a/PKGBUILD b/PKGBUILD index 6f59094f94a28d9f56e80bb8da34f4ef5dfcbe1a..2d9859932832bb582dc89da9343d442ae39220f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime') -pkgver=0.35 +pkgver=0.36 pkgrel=1 arch=('x86_64') url="https://notmuchmail.org/" @@ -15,7 +15,7 @@ license=('GPL3') makedepends=('python' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime3' 'talloc') options=(!distcc !makeflags) source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz") -sha512sums=('3ec28bc578a250b8a04507383e0cc44d0bccc5f359c1cf1c83e9631ab04ab370071298c50f9940d33bb10eee28fcb6bf3a548b4e908da6e18b38a0371e989af4') +sha512sums=('00f89e46467cad1cb8135644ed6655e88c93edcba553ced503c21e53f048eb49a333127649ea69bd30e164e8322a3e1dd0fcd672b93e087a8b470e60a6e838fa') build() { cd "$srcdir/$pkgbase-$pkgver"