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

Lukas Fleischer lfleischer at archlinux.org
Tue Apr 11 20:13:13 UTC 2017


    Date: Tuesday, April 11, 2017 @ 20:13:11
  Author: lfleischer
Revision: 222401

upgpkg: notmuch 0.24.1-2

* Remove mimeinfo.cache (fixes FS#53629).
* Fix architecture of -vim and -mutt packages.

Modified:
  notmuch/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-11 20:06:13 UTC (rev 222400)
+++ PKGBUILD	2017-04-11 20:13:11 UTC (rev 222401)
@@ -7,7 +7,7 @@
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
 pkgver=0.24.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/"
 license=('GPL3')
@@ -54,6 +54,7 @@
 
 package_notmuch-vim(){
     pkgdesc="Vim plugins for notmuch"
+    arch=('any')
     depends=('notmuch-runtime')
 
     make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" prefix="/usr/share/vim/vimfiles" install
@@ -88,10 +89,14 @@
 
     cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
     python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+    # Remove mimeinfo.cache (fixes FS#53629).
+    rm "$pkgdir/usr/share/applications/mimeinfo.cache"
 }
 
 package_notmuch-mutt(){
     pkgdesc="The mail indexer"
+    arch=('any')
     depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
 
     cd "$srcdir/$pkgbase-$pkgver"



More information about the arch-commits mailing list