From 9cc6f608ca8601f3826f9da8071ca63f978a3ce1 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Sun, 29 Oct 2023 16:18:16 -0400 Subject: [PATCH] notmuch: update to 0.38.1, adopt. --- srcpkgs/notmuch/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 45512fae5de47..37fe95bf96cfe 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch -version=0.38 -revision=2 +version=0.38.1 +revision=1 build_style=configure build_helper=python3 configure_args="--prefix=/usr @@ -15,12 +15,12 @@ depends="gmime3>=3.2.7" checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core openssl" short_desc="Thread-based email index, search, and tagging" -maintainer="Orphaned " +maintainer="DragonGhost7 " license="GPL-3.0-or-later" homepage="https://notmuchmail.org" distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz https://notmuchmail.org/releases/test-databases/database-v1.tar.xz" -checksum="a17901adbe43f481a6bf53c15a2a20268bc8dc7ad5ccf685a0d17c1456dbaf6e +checksum="c1418760d0e53efad1f35267eb99a50f8b7fa2855c1473e0a4c982b86f8ecdd4 4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2" skip_extraction="database-v1.tar.xz" replaces="notmuch-emacs>=0" @@ -51,6 +51,10 @@ do_check() { # Seem like gpgconf's problem, # mutt on musl also have problems with smime NOTMUCH_SKIP_TESTS="smime.3 smime.5" + # Test fails sucessfully, but the error message has 2 lines in the wrong order + NOTMUCH_SKIP_TESTS+=" new.19" + # Musl build of regex interpreter gives off a different error message then predicted + NOTMUCH_SKIP_TESTS+=" as-text.10" else # This test run under gdb is problematic NOTMUCH_SKIP_TESTS="count.14"