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

Anatol Pomozov anatolik at archlinux.org
Sat Mar 20 00:05:18 UTC 2021


    Date: Saturday, March 20, 2021 @ 00:05:18
  Author: anatolik
Revision: 895463

Bump to 0.31.4

It brings fixes for following compilation error

/usr/include/c++/10.2.0/type_traits:2918:3: error: template with C linkage
 2918 |   template<typename _Result, typename _Fn, typename... _Args>
      |   ^~~~~~~~
In file included from lib/notmuch-private.h:32,
                 from lib/database-private.h:33,
                 from lib/database.cc:21:

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 00:05:12 UTC (rev 895462)
+++ PKGBUILD	2021-03-20 00:05:18 UTC (rev 895463)
@@ -7,8 +7,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.31
-pkgrel=3
+pkgver=0.31.4
+pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/"
 license=('GPL3')
@@ -15,7 +15,7 @@
 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=('928acc07b9dbed4275e7d39d94202bea7685e9d433a7bf4c07e40e191ed4fe8cf15ac04c18792e46f4605ffac548b942998005d8176a58ad76c82d4085a408e5')
+sha512sums=('f1ee212b35bcf18c36f4cedb355699b51be82c4028e5b863d5776733f58de2a3200ccf3d86aa3baa115a9c62bd06b9fcc10f5541ffd0f71a85e2cf67beb1148a')
 
 build() {
     cd "$srcdir/$pkgbase-$pkgver"



More information about the arch-commits mailing list