From ed9b5ba316523298f1a02d959619c1c792c662ce Mon Sep 17 00:00:00 2001 From: John Date: Fri, 22 Feb 2019 00:24:12 +0100 Subject: [PATCH] notmuch: rebuild to get correct subpackage architecture --- srcpkgs/notmuch/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index b27ded97911..493289e24ab 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.28.2 -revision=1 +revision=2 hostmakedepends="perl pkg-config 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" @@ -67,7 +67,7 @@ libnotmuch-devel_package() { } notmuch-emacs_package() { - noarch=yes + archs=noarch short_desc+=" - Emacs interface" depends="${sourcepkg}-${version}_${revision} virtual?emacs" pkg_install() { @@ -76,7 +76,7 @@ notmuch-emacs_package() { } notmuch-mutt_package() { - noarch=yes + archs=noarch short_desc+=" - Mutt interface" depends="${sourcepkg}-${version}_${revision} perl-Mail-Box perl-MailTools perl-String-ShellQuote perl-Term-ReadLine-Gnu perl-File-Which"