From bb6234e2055434c55900950eae10bd48e27b7845 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 45512fae5de47..badd07277cc73 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"