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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Aug 28 14:17:34 UTC 2022


    Date: Sunday, August 28, 2022 @ 14:17:34
  Author: alex19ep
Revision: 1285115

upgpkg: notmuch 0.37-2 enable sfsexp support

Modified:
  notmuch/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-28 14:10:35 UTC (rev 1285114)
+++ PKGBUILD	2022-08-28 14:17:34 UTC (rev 1285115)
@@ -8,11 +8,11 @@
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
 pkgver=0.37
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://notmuchmail.org/"
 license=('GPL3')
-makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
+makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime3' 'talloc' 'sfsexp')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz")
 sha512sums=('31cac1ff03b139b18a4fec5e29907ba0e3a965f0a7bf5f2f2b0f75980f9663173745be854e83943f344a09cdb7f5615fa48218e327c4ade7a55b3a22b2a9c45e')
@@ -36,7 +36,7 @@
 
 package_notmuch-runtime(){
     pkgdesc="Runtime for notmuch and notmuch-mutt"
-    depends=('xapian-core' 'gmime3' 'talloc')
+    depends=('xapian-core' 'gmime3' 'talloc' 'sfsexp')
 
     cd "$srcdir/$pkgbase-$pkgver"
 



More information about the arch-commits mailing list