[arch-commits] Commit in notmuch/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun Jun 23 16:59:34 UTC 2019


    Date: Sunday, June 23, 2019 @ 16:59:33
  Author: lfleischer
Revision: 483200

upgpkg: notmuch 0.29.1-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-23 16:56:10 UTC (rev 483199)
+++ PKGBUILD	2019-06-23 16:59:33 UTC (rev 483200)
@@ -6,15 +6,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.4
+pkgver=0.29.1
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/"
 license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
+makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
 options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('138b0a512f10578298921f7f1cb2924e')
+source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz")
+md5sums=('d45bc3f5177a0fa63d7469bb98ee5f45')
 
 prepare(){
     cp -dpr --no-preserve=ownership "$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
@@ -41,7 +41,7 @@
 
 package_notmuch-runtime(){
     pkgdesc="Runtime for notmuch and notmuch-mutt"
-    depends=('xapian-core' 'gmime' 'talloc')
+    depends=('xapian-core' 'gmime3' 'talloc')
 
     cd "$srcdir/$pkgbase-$pkgver"
 



More information about the arch-commits mailing list