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

Lukas Fleischer lfleischer at archlinux.org
Wed Nov 2 18:42:27 UTC 2016


    Date: Wednesday, November 2, 2016 @ 18:42:27
  Author: lfleischer
Revision: 194537

upgpkg: notmuch 0.23.1-2

* Use HTTPs sources.
* Remove vimdoc hook.

Modified:
  notmuch/trunk/PKGBUILD
Deleted:
  notmuch/trunk/notmuch-vim.install

---------------------+
 PKGBUILD            |    5 ++---
 notmuch-vim.install |   21 ---------------------
 2 files changed, 2 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 17:43:19 UTC (rev 194536)
+++ PKGBUILD	2016-11-02 18:42:27 UTC (rev 194537)
@@ -7,13 +7,13 @@
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
 pkgver=0.23.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/"
 license=('GPL3')
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
+source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
 md5sums=('9517874242ea929c11f754b493bc8186')
 
 prepare(){
@@ -55,7 +55,6 @@
 package_notmuch-vim(){
     pkgdesc="Vim plugins for notmuch"
     depends=('notmuch-runtime')
-    install=notmuch-vim.install
 
     make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" prefix="/usr/share/vim/vimfiles" install
 }

Deleted: notmuch-vim.install
===================================================================
--- notmuch-vim.install	2016-11-02 17:43:19 UTC (rev 194536)
+++ notmuch-vim.install	2016-11-02 18:42:27 UTC (rev 194537)
@@ -1,21 +0,0 @@
-update_tags() {
-    echo -n "Updating vim help tags... "
-    /usr/bin/vim --noplugins -u NONE -U NONE \
-        --cmd ":helptags /usr/share/vim/vimfiles/doc" \
-        --cmd ":q" > /dev/null 2>&1
-    echo "done."
-}
-
-post_install() {
-    update_tags
-    echo
-    echo '-> To run type "vim -c NotMuch"'
-}
-
-post_upgrade() {
-    update_tags
-}
-
-post_remove() {
-    update_tags
-}



More information about the arch-commits mailing list