From 43fecce92e911e2ed3cf742cf792ac961cd48a42 Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Fri, 1 Feb 2019 20:01:23 +0700 Subject: [PATCH] notmuch: update to 0.28.1. Announce: https://notmuchmail.org/pipermail/notmuch/2019/027372.html --- srcpkgs/notmuch/patches/bash_absolute.patch | 10 ---------- srcpkgs/notmuch/template | 8 ++++---- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/notmuch/patches/bash_absolute.patch diff --git a/srcpkgs/notmuch/patches/bash_absolute.patch b/srcpkgs/notmuch/patches/bash_absolute.patch deleted file mode 100644 index 1b9e7901fe7..00000000000 --- a/srcpkgs/notmuch/patches/bash_absolute.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig -+++ configure -@@ -563,6 +563,7 @@ printf "Checking for bash... " - if command -v ${BASH} > /dev/null; then - have_bash=1 - bash_absolute=$(command -v ${BASH}) -+ bash_absolute=$(readlink -f "$bash_absolute") - printf "Yes (%s).\n" "$bash_absolute" - else - have_bash=0 diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 0ec3407f459..e637a901ee9 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,15 +1,15 @@ # Template file for 'notmuch' pkgname=notmuch -version=0.28 -revision=3 +version=0.28.1 +revision=1 hostmakedepends="perl pkg-config python-Sphinx python-devel python3-Sphinx python3-devel" makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel" short_desc="Thread-based email index, search, and tagging" maintainer="Jan S. " license="GPL-3.0-or-later" homepage="https://notmuchmail.org" -distfiles="${DEBIAN_SITE}/main/n/notmuch/notmuch_${version}.orig.tar.xz" -checksum=3b08a925f9fac87120a3aae9a0efbbc581894cd021cd8d6201056a74b59f7e11 +distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.gz" +checksum=d111e938137d5a465afc2b133d14df1fa356537d9ce752c919fe5673f3749a55 subpackages="libnotmuch libnotmuch-devel notmuch-mutt notmuch-python notmuch-python3"